Search
DiagramLink.BaseShapeSize Property
See Also
 





Gets or sets the size of the BaseShape shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float BaseShapeSize { get; set; }

Visual Basic  Copy Code

Public Property BaseShapeSize As Single

 Property Value

A float value that specifies the shape size. Initialized with the value of LinkBaseShapeSize.

 Remarks

The property specifies how big is the shape that is displayed at the origin of a link.

 See Also