ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / C1VectorIcon Class / Stroke Property

In This Topic
    Stroke Property (C1VectorIcon)
    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 System.Drawing.Color
    public System.Drawing.Color Stroke {get; set;}
    See Also