AutomationElement.AutomationElementInformation.Orientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取控件的方向。
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。