MLineJustification Property
|
Gets or sets the multiline justification.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MLineJustification Justification { get; set; }
Public Property Justification As MLineJustification
Get
Set
public:
property MLineJustification Justification {
MLineJustification get ();
void set (MLineJustification value);
}
member Justification : MLineJustification with get, set
PROPERTY Justification AS MLineJustification GET SET
Property Value
Type:
MLineJustificationSee Also