Search
ItemDrawContext.Bounds Property
See Also
 






Gets the rectangle bounding the item contents.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Rect Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rect

 Property Value

A Rectangle object.

 Remarks

The item viewer must paint the item inside these bounds.

 See Also