Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / DefaultPointerColor Field


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