Specifies where to align vertically the image inside the component. Default is Center.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEViewer..::..VAlign ImageVerticalAlignment { get; set; }
Public Property ImageVerticalAlignment As IEViewer..::..VAlign
	Get
	Set
public:
property IEViewer..::..VAlign ImageVerticalAlignment {
	IEViewer..::..VAlign get ();
	void set (IEViewer..::..VAlign value);
}

See Also