Visual.VisualParent Property

Definition

Gets the visual tree parent of the visual object.

protected:
 property System::Windows::DependencyObject ^ VisualParent { System::Windows::DependencyObject ^ get(); };
protected System.Windows.DependencyObject VisualParent { get; }
member this.VisualParent : System.Windows.DependencyObject
Protected ReadOnly Property VisualParent As DependencyObject

Property Value

The Visual parent.

Applies to

See also