Nevron .NET Vision
Nevron.GraphicsCore Namespace / DeviceDashMode Enumeration


In This Topic
    DeviceDashMode 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 DeviceDashMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DeviceDashMode
    public enum DeviceDashMode : System.Enum 
    Members
    MemberDescription
    AutoDash mode determined by stroke style
    CycleDash mode is cycle for all stroke styles
    ResetDash mode is reset for all stroke styles
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.DeviceDashMode

    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