Returns or sets underline style
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public UnderlineStyle UnderlineStyle { get; set; }
Public Property UnderlineStyle As UnderlineStyle Get Set
public: property UnderlineStyle UnderlineStyle { UnderlineStyle get (); void set (UnderlineStyle value); }
member UnderlineStyle : UnderlineStyle with get, set