Search
Pen.DashStyle Property
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public DashStyle DashStyle { get; set; }

Visual Basic  Copy Code

Public Property DashStyle As DashStyle

 Property Value

A member of the .NET DashStyle enumeration that represents the style used for dashed lines.

 Remarks

A value of DashStyle.Custom for this property specifies that a custom pattern of dashes and spaces, defined by the DashPattern property, make up lines drawn with this pen.

 See Also