Compartir a través de


UIElement3DAutomationPeer.GetOrientationCore Método

Definición

Devuelve la orientación del elemento UIElement3D asociado a esta clase UIElement3DAutomationPeer. GetOrientation() llama a este método.

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

Devoluciones

AutomationOrientation

None en todos los casos.

Comentarios

UIElement3D Si puede estar orientado horizontal o verticalmente, invalide este método para devolver la orientación actual de UIElement3D.

UIElement3DAutomationPeerse introduce en la versión 3.5 de .NET Framework. Para más información, vea Versiones y dependencias.

Se aplica a