Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns a Border object on which you can manipulate the border properties of a character run.

Signature
C#
C#
 public Border Border{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property Border() As Border
Remarks

MS Word equivalent: Format menu > Borders and Shading... > Borders tab

Example
Code Block
csharp
csharp
titleC#

          oFont.Border.LineStyle = Border.LineStyle.Double;
        
Code Block
vb.net
vb.net
titlevb.net

          oFont.Border.LineStyle = Border.LineStyle.Double