Gets or sets the size of the BaseShape shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double BaseShapeSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BaseShapeSize As Double |
A double value that specifies the shape size. Initialized with the value of LinkBaseShapeSize.
RemarksThe property specifies how big is the shape that is displayed at the origin of a link.
See Also