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


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