Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / GaugeRange Class / Color Property


In This Topic
    Color Property (GaugeRange)
    In This Topic
    Gets or sets the color used to display this range.
    Syntax
    'Declaration
     
    
    Public Property Color As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GaugeRange
    Dim value As Xamarin.Forms.Color
     
    instance.Color = value
     
    value = instance.Color
    public Xamarin.Forms.Color Color {get; set;}
    See Also