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


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