The default alignment for this Text object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int DefaultAlignment { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property DefaultAlignment As Integer
Visual C++
public:
virtual property int DefaultAlignment {
	void set (int value);
}

Field Value

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