Specify whether vertical 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 ShowVerticalRuler { get; set; }
Public Property ShowVerticalRuler As Boolean
	Get
	Set
public:
property bool ShowVerticalRuler {
	bool get ();
	void set (bool value);
}

See Also