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

适用于