Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1RadialGauge Class / Face Property

In This Topic
    Face Property (C1RadialGauge)
    In This Topic
    Gets or sets the GaugeRange used to represent the gauge's overall geometry and appearance.
    Syntax
    'Declaration
     
    
    Public Property Face As GaugeRange
    public GaugeRange Face {get; set;}
    See Also