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}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property Border() As Border
{signature}
{remarks}MS Word 
Remarks

MS Word equivalent:

Format

menu

>

Borders

and

Shading...

>

Borders

tab {remarks} {example}{code:csharp|title=C#}

tab

Example
Code Block
csharp
csharp
titleC#


          oFont.Border.LineStyle = Border.LineStyle.Double;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          oFont.Border.LineStyle = Border.LineStyle.Double
        
{code} {example}