ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / SolidPen Class
Members

In This Topic
    SolidPen Class
    In This Topic
    Represents the pen which always draw with solid line.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SolidPen 
       Inherits Pen
    public sealed class SolidPen : Pen 
    Remarks
    Inherited from Pen. An SolidPen would always draw with Solid line
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
                C1.Framework.Drawing.Gdi.SolidPen

    See Also