MindFusion.Wpf Pack Programmer's Guide
VisualTreeView Members
Constructors Fields Properties Methods
 


Visualizes the visual tree structure of an arbitrary DependencyObject in a TreeView control and allows navigation through the tree.

The following tables list the members exposed by the VisualTreeView type.

 Public Constructors

  Name Description

VisualTreeView

Initializes a new instance of the VisualTreeView class.

 Public Fields

  Name Description

CommonParentProperty

Identifies the CommonParent dependency property.

OverlayBackgroundProperty

Identifies the OverlayBackground dependency property.

OverlayBorderBrushProperty

Identifies the OverlayBorderBrush dependency property.

OverlayBorderThicknessProperty

Identifies the OverlayBorderThickness dependency property.

SelectedObjectProperty

Identifies the SelectedObject dependency property.

ShowInfoProperty

Identifies the ShowInfo dependency property.

 Public Properties

  Name Description

CommonParent

Gets or sets a panel containing the SelectedObject. This element will be used as a parent of the overlay element. This is a dependency property.

OverlayBackground

Gets or sets the background brush of the overlay element. This is a dependency property.

OverlayBorderBrush

Gets or sets the border brush of the overlay element. This is a dependency property.

OverlayBorderThickness

Gets or sets the border thickness of the overlay element. This is a dependency property.

SelectedObject

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

ShowInfo

Gets or sets a value indicating whether to display the property info panel. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 Protected Methods

  Name Description

OnKeyDown

UIElement.OnKeyDown override.

 See Also

VisualTreeView Class
MindFusion.UI.Wpf Namespace