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


In This Topic
    Thickness Property (C1Gauge)
    In This Topic
    Gets or sets the thickness of the gauge, on a scale between zero and one.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Thickness")>
    <BrowsableAttribute(True)>
    Public Property Thickness As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Thickness = value
     
    value = instance.Thickness
    [Foundation.Export("Thickness")]
    [Browsable(true)]
    public double Thickness {get; set;}
    Remarks
    Setting the thickess to one causes the gauge to fill as much of the control area as possible. Smaller values create thinner gauges.
    See Also