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

In This Topic
    Pointer Property (C1LinearGauge)
    In This Topic
    Gets or sets the GaugeRange used to represent the gauge's current value.
    Syntax
    'Declaration
     
    
    Public Property Pointer As GaugeRange
    public GaugeRange Pointer {get; set;}
    See Also