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





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.

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

 Syntax

C#  Copy Code

public Panel CommonParent { get; set; }

Visual Basic  Copy Code

Public Property CommonParent As Panel

 Property Value

A WPF Panel object.

 Remarks

If this property is not set, the overlay will not be displayed. If the panel is not a Grid or a Canvas, the overlay is not guaranteed to properly appear over the selected element's visual.

The overlay is a semi-transparent border positioned on top of the element corresponding to the selected item in the VisualTreeView.

 See Also

VisualTreeView Members
VisualTreeView Class
MindFusion.UI.Wpf Namespace