Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1LinearGauge Class / Thickness Property

In This Topic
    Thickness Property (C1LinearGauge)
    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
    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