Get/set text box linestyle

Namespace: Spire.Doc.Formatting
Assembly: 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

Property Value

TextBoxLineStyle

See Also