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
SyntaxC#
Copy Code
|
|---|
public Panel CommonParent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CommonParent As Panel |
A WPF Panel object.
RemarksIf 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