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