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