TextDefaultAlignment Property |
The default alignment for this Text object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int DefaultAlignment { set; }
Public Overridable WriteOnly Property DefaultAlignment As Integer
Set
public:
virtual property int DefaultAlignment {
void set (int value);
}
abstract DefaultAlignment : int with set
override DefaultAlignment : int with set
Property Value
Type:
Int32
An
int indicating the alignment for this
Text object.
Remarks
The alignment determines the position of the reference point on the
horizontally aligned box containing the drawn text. It is the
bitwise combination of the following:
See Also