Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartStyle Class / Stroke Property


In This Topic
    Stroke Property
    In This Topic
    Gets or sets the stroke brush.
    Syntax
    'Declaration
     
    
    Public Property Stroke As Nullable(Of Color)
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Nullable(Of Color)
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Nullable<Color> Stroke {get; set;}
    See Also