Gets or sets the distance from the start of a line to the beginning of a dash pattern.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public float DashOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DashOffset As Single |
A float value representing the distance from the start of a line to the beginning of a dash pattern.
See Also