Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / ShowText Property


In This Topic
    ShowText Property
    In This Topic
    Gets or sets which values should be displayed as text in the gauge.
    Syntax
    '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;}
    See Also