InfoConnect for Unisys
RulerCursorType Property


Gets or sets the appearance of the ruler cursor.

Syntax
'Declaration
 
Property RulerCursorType As RulerCursorTypeOption
'Usage
 
Dim instance As IThemeCursor
Dim value As RulerCursorTypeOption
 
instance.RulerCursorType = value
 
value = instance.RulerCursorType
RulerCursorTypeOption RulerCursorType {get; set;}

Property Value

The default value is CrossHair.
Remarks
Use the RulerCursorVisible property to specify whether the ruler cursor should be displayed.
See Also