The alignment for this Text object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Alignment { get; set; }
Public Overridable Property Alignment As Integer
Get
Set
public:
virtual property int Alignment {
int get ();
void set (int value);
}
abstract Alignment : int with get, set
override Alignment : int with 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