WpfScrollBar.Orientation 属性
获取此滚动条控件的方向。
命名空间: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
Public Overridable ReadOnly Property Orientation As OrientationType
public virtual OrientationType Orientation { get; }
public:
virtual property OrientationType Orientation {
OrientationType get ();
}
abstract Orientation : OrientationType with get
override Orientation : OrientationType with get
function get Orientation () : OrientationType
属性值
类型:System.Windows.Automation.OrientationType
此滚动条控件的方向。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。