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

 public Border Border{ get; }
Public ReadOnly Property Border() As Border

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


          oFont.Border.LineStyle = Border.LineStyle.Double;
        

          oFont.Border.LineStyle = Border.LineStyle.Double