Gets the recommended size of the dragged shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public SizeF Size { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Size As SizeF |
A .NET SizeF object specifying the recommended size for the shape.
See Also