HeaderVariablesCMLJust Property
|
Current multiline justification.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MLineJustification CMLJust { get; set; }
Public Property CMLJust As MLineJustification
Get
Set
public:
property MLineJustification CMLJust {
MLineJustification get ();
void set (MLineJustification value);
}
member CMLJust : MLineJustification with get, set
PROPERTY CMLJust AS MLineJustification GET SET
Property Value
Type:
MLineJustificationRemarks Default value: 0 (Top).
See Also