Search
Button.Bounds Property
See Also
 





Gets or sets the bounds of this manipulator, relative to its parent, expressed as percentages.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As Rect

 Property Value

A Microsoft.Maui.Graphics.Rect instance.

 See Also