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를 참조하세요.

적용 대상