ShowText Property (RadialGauge)
In This Topic
Gets or sets which values should be displayed as text in the gauge.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overrides Property ShowText As ShowText
'Usage
Dim instance As RadialGauge
Dim value As ShowText
instance.ShowText = value
value = instance.ShowText
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public override ShowText ShowText {get; set;}
public read-write property ShowText: ShowText; override;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public override function get,set ShowText : ShowText
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property ShowText get_ShowText() override;
public: __property void set_ShowText(
ShowText value
) override;
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ShowText ShowText {
ShowText get() override;
void set ( ShowText value) override;
}
See Also