Gets or sets the indentation of the back edge of the arrow head. A possitive value will push this indentation inwards towards the arrow tip. A value of 0 will allow the arrowhead to look like a simple triangle. A negative value will make the arrow look like a kite or a diamond.

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 int Notch { get; set; }
Visual Basic (Declaration)
Public Property Notch As Integer

See Also