MindFusion.Wpf Pack Programmer's Guide
DiagramItem.UIElement Property
See Also
 





Gets the UIElement associated with this DiagramItem.

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

 Syntax

C#  Copy Code

public virtual UIElement UIElement { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property UIElement As UIElement

 Property Value

An instance of the UIElement class.

 Remarks

When an object that does not derive from DiagramItem is added to the Items collection of the Diagram, a wrapper DiagramItem is created and its UIElement property returns the non-DiagramItem object. DiagramItem -derived objects return themselves.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace