Gets or sets the length of the tick marks for this
AnnRulerObject object.
public virtual AnnLength TickMarksLength {get; set;}
'Declaration
Public Overridable Property TickMarksLength As AnnLength
'Usage
Dim instance As AnnRulerObject
Dim value As AnnLength
instance.TickMarksLength = value
value = instance.TickMarksLength
public:
virtual property AnnLength TickMarksLength {
AnnLength get();
void set ( AnnLength value);
}
Property Value
An
AnnLength structure that specifies the length of the current tick marks for this
AnnRulerObject object.