TextBoxFormat
NoLine Property
|
Gets or sets value which defines if
there is a line around textbox shape
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool NoLine { get; set; }
Public Property NoLine As Boolean
Get
Set
public:
property bool NoLine {
bool get ();
void set (bool value);
}
member NoLine : bool with get, set
Property Value
Type:
Boolean
See Also