Gets or sets a rectangle that should be assigned to the Bounds property of nodes after NodeModifying event is raised.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Rect OverrideBounds { get; set; } |
Visual Basic Copy Code |
---|
Public Property OverrideBounds As Rect |
A Microsoft.Maui.Graphics.Rect instance. The default value is Empty, signifying that the control should apply standard interaction logic when calculating new coordinates.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |