Gets the bounding rectangle of the control.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public RectangleF PaintRect { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property PaintRect As RectangleF |
A .NET RectangleF instance.
See Also