Gets or sets the style used for dashed lines drawn with this pen.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public DashStyle DashStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DashStyle As DashStyle |
An instance of the DashStyle enumeration.
See Also