Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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
     
    
    Public Property Thickness As Double
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Double
     
    instance.Thickness = value
     
    value = instance.Thickness
    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