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
C# Copy Code |
---|
public double LinkSegmentInset { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkSegmentInset As Double |
A double value specifying percents of arrowhead size. The default value is 100.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |