Search
DiagramItem.Size Property
See Also
 






Gets the size of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Size Size { get; }

Visual Basic  Copy Code

Protected ReadOnly Property Size As Size

 Property Value

A Size instance.

 See Also