Gets the bounding rectangle of the element being drawn.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Rectangle Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As Rectangle |
A .NET Rectangle object specifying the element's bounds.
See Also