Specifies the text alignment.

Notes:

- Justify is unsupported for IETextLayers

- Center is always used if BorderShape is Ellipse

Default: Left

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEAlignment Alignment { get; set; }
Public Property Alignment As IEAlignment
	Get
	Set
public:
property IEAlignment Alignment {
	IEAlignment get ();
	void set (IEAlignment value);
}

See Also