Search
Shape.LinkSegmentInset Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double LinkSegmentInset { get; set; }

Visual Basic  Copy Code

Public Property LinkSegmentInset As Double

 Property Value

A double 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