[]
        
(Showing Draft Content)

C1.Win.Map.DashStyle

DashStyle Enum

Specifies the style of dashed lines.

Namespace: C1.Win.Map
Assembly: C1.Win.Map.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

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

Dot

Specifies a line consisting of dots.

Solid

Specifies a solid line.