Gets or sets the size of the IntermediateShape shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double IntermediateShapeSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IntermediateShapeSize As Double |
A double value that measures the size. Initialized with the value of LinkIntermediateShapeSize.
RemarksThe property specifies how big are the shapes that are displayed in the middle of link segments.
See Also