InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1PathIcon Class / Stroke Property

In This Topic
    Stroke Property (C1PathIcon)
    In This Topic
    Gets or sets the color used to paint the icon stroke. The default value is Transparent.
    Syntax
    'Declaration
     
    Public Property Stroke As Color
    public Color Stroke {get; set;}
    See Also