Nevron .NET Vision
Nevron.NewGraphics Namespace / ENDashStyle Enumeration


In This Topic
    ENDashStyle Enumeration
    In This Topic
    Specifies the style of dashed lines of a pen.
    Syntax
    'Declaration
     
    
    Public Enum ENDashStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDashStyle
    public enum ENDashStyle : System.Enum 
    Members
    MemberDescription
    CustomSpecifies a user-defined custom dash style.
    DashSpecifies a line consisting of dashes.
    DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
    DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
    DotSpecifies a line consisting of dots.
    SolidSpecifies a solid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.NewGraphics.ENDashStyle

    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