In This Topic

TicksPerUnit Property (AnnotationRuler)

In This Topic
Defines the number of ticks per unit to display.
Syntax
'Declaration

 

Public Shadows Property TicksPerUnit As Integer
public new int TicksPerUnit {get; set;}
public read-write property TicksPerUnit: Integer; 
public hide function get,set TicksPerUnit : int
public: __property new int get_TicksPerUnit();

public: __property new void set_TicksPerUnit( 

   int value

);
public:

new property int TicksPerUnit {

   int get();

   void set (    int value);

}
See Also