Compartilhar via


UIElement3DAutomationPeer.GetOrientationCore Método

Definição

Retorna a orientação do UIElement3D associado a este UIElement3DAutomationPeer. Este método é chamado por 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

Retornos

None em todos os casos.

Comentários

Se você UIElement3D puder ser orientado horizontal ou verticalmente, substitua esse método para retornar a orientação atual do UIElement3D.

UIElement3DAutomationPeeré introduzido no .NET Framework versão 3.5. Para saber mais, confira Versões e dependências.

Aplica-se a