AutomationElement.AutomationElementInformation.Orientation プロパティ

定義

コントロールの向きを取得します。

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

プロパティ値

方向。

注釈

このプロパティは、垂直または水平方向の方向を持つスクロール バーやスライダーなどのコントロールでサポートされています。

詳細については、「OrientationProperty」を参照してください。

適用対象