Gets or sets a value indicating whether the tick marks for this
AnnRulerObject object are visible.
public virtual bool ShowTickMarks {get; set;}
'Declaration
Public Overridable Property ShowTickMarks As Boolean
'Usage
Dim instance As AnnRulerObject
Dim value As Boolean
instance.ShowTickMarks = value
value = instance.ShowTickMarks
public:
virtual property bool ShowTickMarks {
bool get();
void set ( bool value);
}
Property Value
true if the tick marks for this
AnnRulerObject object are visible; false otherwise.