Search
IMenuItem.Bounds Property
See Also
 






Gets the actual bounds of the item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Rect Bounds { get; }

Visual Basic  Copy Code

ReadOnly Property Bounds As Rect

 Property Value

A Rectangle object.

 See Also