Property that represents default justification
for new multiline entities. This property corresponds to the
CMLJUST system variable. This property can have the following
values: Value Description 0 Top 1 Middle 2 Bottom
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Cmljust { get; set; }
Public Property Cmljust As Integer
Get
Set
public:
property int Cmljust {
int get ();
void set (int value);
}
member Cmljust : int with get, set
Property Value
Int32
See Also