Search
DiagramLink.IntermediateShapeSize Property
See Also
 





Gets or sets the size of the IntermediateShape shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float IntermediateShapeSize { get; set; }

Visual Basic  Copy Code

Public Property IntermediateShapeSize As Single

 Property Value

A float value that measures the size. Initialized with the value of LinkIntermediateShapeSize.

 Remarks

The property specifies how big are the shapes that are displayed in the middle of link segments.

 See Also