Center the image

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

Syntax

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

Field Value

If True center the image

See Also