ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / DashCap Enumeration

In This Topic
    DashCap Enumeration
    In This Topic
    Represents the dash style of the pen.
    Syntax
    'Declaration
     
    
    Public Enum DashCap 
       Inherits System.Enum
    public enum DashCap : System.Enum 
    Members
    MemberDescription
    FlatEnd caps are flat.
    RoundEnd caps are round.
    SquareEnd caps are square.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.DashCap

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also