Specifies the vertical alignment of text.

Note: Center is always used if BorderShape is Ellipse

Default: Top

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

Syntax

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

See Also