Get/set text box linestyle
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 TextBoxLineStyle LineStyle { get; set; }
Public Property LineStyle As TextBoxLineStyle Get Set
public: property TextBoxLineStyle LineStyle { TextBoxLineStyle get (); void set (TextBoxLineStyle value); }
member LineStyle : TextBoxLineStyle with get, set