Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / GaugeRange Class / DefaultColor Field


In This Topic
    DefaultColor Field
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly DefaultColor As Nullable(Of Color)
    'Usage
     
    
    Dim value As Nullable(Of Color)
     
    value = GaugeRange.DefaultColor
    public static readonly Nullable<Color> DefaultColor
    See Also