Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / DefaultMinMaxTextColor Field


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