NevronOpenVision
Nevron.Nov.Graphics Namespace / ENDashStyle Enumeration
ENDashStyle Enumeration
Defines the supported line dashing patterns.
Syntax
public enum ENDashStyle : System.Enum 
Members
MemberDescription
CustomSpecifies that a user-defined dash pattern will be used.
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.Nov.Graphics.ENDashStyle

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also