MindFusion.Wpf Pack Programmer's Guide
Shape.LinkSegmentInset Property
See Also
 





Specifies what length of link's line segment is drawn inside the arrowhead shape, expressed as percents of arrowhead size.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public float LinkSegmentInset { get; set; }

Visual Basic  Copy Code

Public Property LinkSegmentInset As Single

 Property Value

A float value specifying percents of arrowhead size. The default value is 100.

 Remarks

The inset value matters when using transparent or semi-transparent arrowhead brush, or when the link's Pen is thicker than one pixel and its cap might extend beyond the arrowhead outline. LinkSegmentInset is set to appropriate values for all shapes from the ArrowHeads class. You might want to set it when using custom arrowhead shapes for which the link's end segment should not reach all the way to the arrowhead tip.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming.Wpf Namespace