Gets the recommended size of the dragged shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Size Size { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Size As Size |
RemarksA System.Windows.Size instance specifying the recommended size for the shape.
See Also