public enum ENDashStyle : System.Enum
public enum ENDashStyle : System.Enum
Member | Description |
---|---|
Custom | Specifies that a user-defined dash pattern will be used. |
Dash | Specifies a line consisting of dashes. |
DashDot | Specifies a line consisting of a repeating pattern of dash-dot. |
DashDotDot | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
Dot | Specifies a line consisting of dots. |
Solid | Specifies a solid line. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Graphics.ENDashStyle
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)