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

In This Topic
    PointerColor Property (C1LinearGauge)
    In This Topic
    Gets or sets the color of the pointer.
    Syntax
    'Declaration
     
    
    Public Property PointerColor As C1Color
    public C1Color PointerColor {get; set;}
    See Also