Gets or set the UIElement wrapped by this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public UIElement Control { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Control As UIElement |
A UIElement -derived object.
See Also