Search
NodeValidationEventArgs.OverrideBounds Property
See Also
 





Gets or sets a rectangle that should be assigned to the Bounds property of nodes after NodeModifying event is raised.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF OverrideBounds { get; set; }

Visual Basic  Copy Code

Public Property OverrideBounds As RectangleF

 Property Value

A RectangleF instance. The default value is Empty, signifying that the control should apply standard interaction logic when calculating new coordinates.

 See Also