Gets the UIElement associated with this DiagramItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual UIElement UIElement { get; } |
Visual Basic
Copy Code
|
|---|
Public Overridable ReadOnly Property UIElement As UIElement |
RemarksWhen 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