TextBoxFormat
LineWidth Property
|
Get/set textbox line width
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float LineWidth { get; set; }
Public Property LineWidth As Single
Get
Set
public:
property float LineWidth {
float get ();
void set (float value);
}
member LineWidth : float32 with get, set
Property Value
Type:
Single
See Also