Specifies how text is aligned within the object.

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

Syntax

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

See Also