Search
Diagram.LinkBaseShape Property
See Also
 





Gets or sets the shape displayed at the base of new links.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape LinkBaseShape { get; set; }

Visual Basic  Copy Code

Public Property LinkBaseShape As Shape

 Property Value

A Shape instance that represents an arrowhead shape. The default is None.

 Remarks

This property specifies the default shape displayed as arrowhead at the links' origin points. The ArrowHeads class exposes several predefined shapes as static properties.

 See Also