The alignment for this Text object.

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

Syntax

C#
public virtual int Alignment { get; set; }
Visual Basic (Declaration)
Public Overridable Property Alignment As Integer
Visual C++
public:
virtual property int Alignment {
	int get ();
	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