AutomationElement.AutomationElementInformation.Orientation Propriété

Définition

Obtient l'orientation du contrôle.

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

Valeur de propriété

Orientation.

Remarques

Cette propriété est prise en charge par les contrôles tels que les barres de défilement et les curseurs qui peuvent avoir une orientation verticale ou horizontale.

Pour plus d'informations, consultez OrientationProperty.

S’applique à