ComponentOne Bitmap for WPF
DashStyle Enumeration

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace : DashStyle Enumeration
D2D1_DASH_STYLE
Syntax
'Declaration
 
Public Enum DashStyle 
   Inherits System.Enum
public enum DashStyle : System.Enum 
Members
MemberDescription
CustomD2D1_DASH_STYLE_CUSTOM
DashD2D1_DASH_STYLE_DASH
DashDotD2D1_DASH_STYLE_DASH_DOT
DashDotDotD2D1_DASH_STYLE_DASH_DOT_DOT
DotD2D1_DASH_STYLE_DOT
SolidD2D1_DASH_STYLE_SOLID
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.Direct2D.DashStyle

See Also

Reference

C1.Util.DX.Direct2D Namespace