MindFusion.Wpf Pack Programmer's Guide
VisualTreeView.SelectedObject Property
See Also
 





Gets or sets the DependencyObject selected in the view. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public DependencyObject SelectedObject { get; set; }

Visual Basic  Copy Code

Public Property SelectedObject As DependencyObject

 Property Value

A WPF DependencyObject instance.

 Remarks

This property specifies the DependencyObject whose visual structure should be displayed in the VisualTreeView.

 See Also

VisualTreeView Members
VisualTreeView Class
MindFusion.UI.Wpf Namespace