Nevron .NET Vision
Nevron.GraphicsCore Namespace / DashMode Enumeration


In This Topic
    DashMode Enumeration
    In This Topic
    Enumerates how the dash style specified with the stroke style combines with previous line segments drawn with the same dash style
    Syntax
    'Declaration
     
    
    Public Enum DashMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DashMode
    public enum DashMode : System.Enum 
    Members
    MemberDescription
    Cycle 
    Reset 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.DashMode

    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