UIElement3DAutomationPeer.GetOrientationCore Method

Definition

Returns the orientation of the UIElement3D that is associated with this UIElement3DAutomationPeer. This method is called by GetOrientation().

protected:
 override System::Windows::Automation::Peers::AutomationOrientation GetOrientationCore();
protected override System.Windows.Automation.Peers.AutomationOrientation GetOrientationCore ();
override this.GetOrientationCore : unit -> System.Windows.Automation.Peers.AutomationOrientation
Protected Overrides Function GetOrientationCore () As AutomationOrientation

Returns

None in all cases.

Remarks

If your UIElement3D can be either horizontally or vertically oriented, override this method to return the current orientation of the UIElement3D.

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

Applies to