Search
InPlaceEditEventArgs.Bounds Property
See Also
 






Gets or sets the bounding rectangle where custom editor should be placed, expressed in diagram coordinates.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect Bounds { get; set; }

Visual Basic  Copy Code

Public Property Bounds As Rect

 Property Value

 See Also