Specifies the style of the ruler object

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

Syntax

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

See Also