MindFusion.Wpf Pack Programmer's Guide
Diagram.SetItemBounds Method
See Also
 





Sets the location and size of the specified item within the current diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static void SetItemBounds (
    UIElement item,
    Rect value
)

Visual Basic  Copy Code

Public Shared Sub SetItemBounds( _
    item As UIElement, _
    value As Rect _
)

 Parameters

item
The diagram item whose bounding rectangle should be set.
value

A .NET Rect object specifying the item's bounding rectangle.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace