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


In This Topic
    Format Property (C1Gauge)
    In This Topic
    Gets or sets the format string used for displaying the gauge values as text.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Format")>
    <BrowsableAttribute(True)>
    Public Property Format As String
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    [Foundation.Export("Format")]
    [Browsable(true)]
    public string Format {get; set;}
    See Also