If false, the ruler will be the full width of the control (and show negative values for areas outside the image). If true, the ruler begins at the position of the image within the control. Default: False

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

Syntax

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

See Also