Gets or sets the DependencyObject selected in the view. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DependencyObject SelectedObject { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectedObject As DependencyObject |
A WPF DependencyObject instance.
RemarksThis property specifies the DependencyObject whose visual structure should be displayed in the VisualTreeView.
See Also