Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1VectorIcon Class / StrokeColor Property


In This Topic
    StrokeColor Property
    In This Topic
    Gets or sets the color of the stroke.
    Syntax
    'Declaration
     
    
    Public Property StrokeColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As Xamarin.Forms.Color
     
    instance.StrokeColor = value
     
    value = instance.StrokeColor
    public Xamarin.Forms.Color StrokeColor {get; set;}
    See Also