AutomationElement.AutomationElementInformation.Orientation Propiedad

Definición

Obtiene la orientación del control.

public:
 property System::Windows::Automation::OrientationType Orientation { System::Windows::Automation::OrientationType get(); };
public System.Windows.Automation.OrientationType Orientation { get; }
member this.Orientation : System.Windows.Automation.OrientationType
Public ReadOnly Property Orientation As OrientationType

Valor de propiedad

Orientación.

Comentarios

Esta propiedad es compatible con controles como barras de desplazamiento y controles deslizantes que pueden tener una orientación vertical o horizontal.

Para obtener más información, vea OrientationProperty.

Se aplica a