ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / DashPen Class / Color Property

In This Topic
    Color Property (DashPen)
    In This Topic
    Gets or sets the color of the pen.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    public Color Color {get; set;}

    Property Value

    A Color indicates the color of the pen.
    See Also