Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Xamarin.Forms.Color
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Xamarin.Forms.Color Stroke {get; set;}
    See Also