MTextFormattingOptionsUnderline Property
|
Gets or sets underline.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Underline { get; set; }
Public Property Underline As Boolean
Get
Set
public:
property bool Underline {
bool get ();
void set (bool value);
}
member Underline : bool with get, set
PROPERTY Underline AS LOGIC GET SET
Property Value
Type:
BooleanSee Also