Gets or sets how much to cut off the start of the segment. This is used when an arrow is displayed on the connection, so that a wide path does not show around the sides of the arrow.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double StartOffset { get; set; }
Visual Basic (Declaration)
Public Property StartOffset As Double

See Also