Search
Diagram.LinkBaseShapeSize Property
See Also
 





Gets or sets the default size of the base of new links.

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

 Syntax

C#  Copy Code

public double LinkBaseShapeSize { get; set; }

Visual Basic  Copy Code

Public Property LinkBaseShapeSize As Double

 Property Value

A double value that specifies the size. The default size is 5 millimeters.

 Remarks

The property specifies the size of the graphical shapes that are displayed at the start of new diagram links, for example, at the beginning of the links.

 See Also