Gets or sets the bounds of this manipulator, relative to its parent, expressed as percentages.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect Bounds { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Bounds As Rect |
A Microsoft.Maui.Graphics.Rect instance.
See Also