Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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 Nullable(Of Color)
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As Nullable(Of Color)
     
    instance.StrokeColor = value
     
    value = instance.StrokeColor
    public Nullable<Color> StrokeColor {get; set;}
    See Also