DatabaseTStackAlign Property
|
Property that controls the alignment of
stacked text. This property corresponds to the TSTACKALIGN system
variable. ValueDescription0 Bottom. 1 Center. 2
Top.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int TStackAlign { get; set; }
Public Property TStackAlign As Integer
Get
Set
public:
property int TStackAlign {
int get ();
void set (int value);
}
member TStackAlign : int with get, set
Property Value
Int32
See Also