Gets the rectangle bounding the item contents.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rect |
A Rectangle object.
RemarksThe item viewer must paint the item inside these bounds.
See Also