Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / GaugeRange Class / Thickness Property


In This Topic
    Thickness Property (GaugeRange)
    In This Topic
    Gets or sets the thickness of this range as a percentage of the parent gauge's thickness.
    Syntax
    'Declaration
     
    
    Public Property Thickness As Double
    'Usage
     
    
    Dim instance As GaugeRange
    Dim value As Double
     
    instance.Thickness = value
     
    value = instance.Thickness
    public double Thickness {get; set;}
    See Also