ComponentOne Xamarin.Android
StrokeColor Property


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

Reference

C1VectorIcon Class
C1VectorIcon Members