Search
Diagram.LinkIntermediateShapeSize Property
See Also
 





Gets or sets the default size of the shapes at middles of link segments.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LinkIntermediateShapeSize { get; set; }

Visual Basic  Copy Code

Public Property LinkIntermediateShapeSize As Single

 Property Value

A float value that measures the size. The default is 5.

 Remarks

Specifies default value for the IntermediateShapeSize property of new links.

 See Also