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

In This Topic
    DashPen Class
    In This Topic
    Reprents the custom pen that has the styles defined by user.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class DashPen 
       Inherits Pen
    public sealed class DashPen : Pen 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          C1.Framework.Drawing.Gdi.GdiObject
             C1.Framework.Drawing.Gdi.Pen
                C1.Framework.Drawing.Gdi.DashPen

    See Also