ComponentOne Xamarin.iOS
StrokeColor Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1VectorIcon Class : StrokeColor Property
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

Reference

C1VectorIcon Class
C1VectorIcon Members