ShowTicks Property (Gauge)
In This Topic
Gets or sets a property that determines whether the gauge should display tick marks at each step value.
Syntax
'Declaration
Public Property ShowTicks As System.Boolean
'Usage
Dim instance As Gauge
Dim value As System.Boolean
instance.ShowTicks = value
value = instance.ShowTicks
public System.bool ShowTicks {get; set;}
public read-write property ShowTicks: System.Boolean;
public function get,set ShowTicks : System.boolean
public: __property System.bool get_ShowTicks();
public: __property void set_ShowTicks(
System.bool value
);
public:
property System.bool ShowTicks {
System.bool get();
void set ( System.bool value);
}
See Also