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


In This Topic
    StrokeColor Property
    In This Topic
    Gets or sets the color of the stroke.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("StrokeColor")>
    <BrowsableAttribute(True)>
    Public Property StrokeColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As UIKit.UIColor
     
    instance.StrokeColor = value
     
    value = instance.StrokeColor
    [Foundation.Export("StrokeColor")]
    [Browsable(true)]
    public UIKit.UIColor StrokeColor {get; set;}
    See Also