Gets the rectangle bounding the item contents.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Rect Bounds { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Bounds As Rect |
A Rectangle object.
The item is painted inside these bounds, so the custom editor should be displayed in them or near them.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |