ShowTickValue Property (original) (raw)
Summary
Gets or sets a value indicating whether the tick mark values for this AnnPolyRulerObject are visible.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool ShowTickValue { get; set; }
@property (nonatomic, assign) BOOL showTickValue;
public boolean getShowTickValue()
public void setShowTickValue(boolean showTickValue)
public:
virtual property bool ShowTickValue
{
bool get()
void set(bool value)
}
Property Value
true if the tick mark values for this AnnPolyRulerObject are visible; otherwise, it is false