Search
IMenuButton.Bounds Property
See Also
 






Gets the actual bounds of the button.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

Rectangle Bounds { get; }

Visual Basic  Copy Code

ReadOnly Property Bounds As Rectangle

 Property Value

A Rectangle object.

 See Also