ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VectorIcon Class / StrokeBrush Property

In This Topic
    StrokeBrush Property
    In This Topic
    Gets or sets the color of the stroke.
    Syntax
    'Declaration
     
    Public Property StrokeBrush As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush StrokeBrush {get; set;}
    See Also