Specify whether horizontal ruler is shown on the IEViewer. Rulers show the current position of the cursor and can include optional grips to mark the position of other objects. Use RulerParams to configure the ruler properties.

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

Syntax

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

See Also