Gets or sets the length of the tick marks for this
AnnRulerObject object.


public double TickMarksLength {get; set;}
'Declaration
Public Property TickMarksLength As Double
'Usage
Dim instance As AnnRulerObject
Dim value As Double
instance.TickMarksLength = value
value = instance.TickMarksLength
Property Value
A double value that specifies the length of the current tick marks for this
AnnRulerObject object.
For XAML example, refer to AnnRulerObject.
For C#/VB examples, refer to AnnRulerObject.