Visual::VisualParent Property

 

Gets the visual tree parent of the visual object.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
property DependencyObject^ VisualParent {
	DependencyObject^ get();
}

Property Value

Type: System.Windows::DependencyObject^

The Visual parent.

.NET Framework
Available since 3.0
Return to top
Show: