TreeView for WinForms | ComponentOne
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
     
    
    <DefaultValueAttribute(System.Drawing.Color, "Transparent")>
    Public Property Stroke As Color
    [DefaultValue(System.Drawing.Color, "Transparent")]
    public Color Stroke {get; set;}
    See Also