MTextFormattingOptionsItalic Property
|
Gets or sets if the text is italic.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Italic { get; set; }
Public Property Italic As Boolean
Get
Set
public:
property bool Italic {
bool get ();
void set (bool value);
}
member Italic : bool with get, set
PROPERTY Italic AS LOGIC GET SET
Property Value
Type:
BooleanRemarks The style font must support italic characters.
See Also