Click or drag to resize
TextAlignment Property
The alignment for this Text object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int Alignment { get; 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