Search
DraggedShape.Size Property
See Also
 





Gets the recommended size of the dragged shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SizeF Size { get; }

Visual Basic  Copy Code

Public ReadOnly Property Size As SizeF

 Property Value

A .NET SizeF object specifying the recommended size for the shape.

 See Also