Table of Contents

Enum DashStyle

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

Gets or sets the style used for dashed lines drawn with the pen.

public enum DashStyle

Fields

Custom = 4

Specifies a user-defined custom dash style.

Dash = 2

Specifies a line consisting of dashes.

DashDot = 3

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

DashDotDot = 3

Specifies a line consisting of a repeating pattern of dash-dot-dot. Currently not implemented and is equal to DashDot.

Dot = 1

Specifies a line consisting of dots.

Solid = 0

Specifies a solid line.