Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / PointerColor Property


In This Topic
    PointerColor Property
    In This Topic
    Gets or sets the color of the pointer.
    Syntax
    'Declaration
     
    
    Public Property PointerColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Xamarin.Forms.Color
     
    instance.PointerColor = value
     
    value = instance.PointerColor
    public Xamarin.Forms.Color PointerColor {get; set;}
    See Also