MindFusion WinForms Programmer's Guide
ItemEditContext.Bounds Property
See Also
 





Gets the rectangle bounding the item contents.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Rectangle Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rectangle

 Property Value

A .NET Rectangle object.

 Remarks

The item is painted inside these bounds, so the custom editor should be displayed in them or near them.

 See Also

ItemEditContext Members
ItemEditContext Class
MindFusion.Scheduling.WinForms Namespace