Search
DiagramItem.StrokeDashOffset Property
See Also
 






Gets or sets a double value that specifies the distance within the dash pattern where a dash begins. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double StrokeDashOffset { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashOffset As Double

 Property Value

A double value that represents the distance within the dash pattern where a dash begins. The default value is 0.

 See Also