Gets the bounds of the cell.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rect |
A .NET Rect object specifying the bounds of the cell related to the raised event.
See Also