UIElement3DAutomationPeer.Owner Property

Definition

Gets the UIElement3D that is associated with this UIElement3DAutomationPeer.

public:
 property System::Windows::UIElement3D ^ Owner { System::Windows::UIElement3D ^ get(); };
public System.Windows.UIElement3D Owner { get; }
member this.Owner : System.Windows.UIElement3D
Public ReadOnly Property Owner As UIElement3D

Property Value

The UIElement3D that is associated with this UIElement3DAutomationPeer.

Remarks

UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to