Search
DashStyle.Offset Property
See Also
 






Gets or sets the distance from the start of a line to the beginning of a dash pattern.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Offset { get; set; }

Visual Basic  Copy Code

Public Property Offset As Double

 Property Value

The offset for the dash sequence. The default is 0.

 See Also