[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DashStyle

DashStyle Enum

Represents the line style of the standard pen.

Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public enum DashStyle

Fields

Name Description
Dash

Specifies a line consisting of dashes.

DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

DashDotDot

The pen has alternating dashes and double dots. This style is valid only when the pen width is one or less in device units.

Dot

Specifies a line consisting of dots.