'Declaration
<Foundation.ExportAttribute("ShowText")> <BrowsableAttribute(True)> Public Property ShowText As GaugeShowText
'Usage
Dim instance As C1Gauge Dim value As GaugeShowText instance.ShowText = value value = instance.ShowText
[Foundation.Export("ShowText")] [Browsable(true)] public GaugeShowText ShowText {get; set;}