DatabaseTstackSize Property
|
Property that controls the size of stacked
text as a percentage of the current text height. This property
corresponds to the TSTACKSIZE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int TstackSize { get; set; }
Public Property TstackSize As Integer
Get
Set
public:
property int TstackSize {
int get ();
void set (int value);
}
member TstackSize : int with get, set
Property Value
Int32
See Also