TextBoxFormat
LineStyle Property
|
Get or set text box linestyle
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
TextBoxLineStyle
See Also