WpfScrollBar.Orientation 属性

获取此滚动条控件的方向。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Overridable ReadOnly Property Orientation As OrientationType
    Get
public virtual OrientationType Orientation { get; }
public:
virtual property OrientationType Orientation {
    OrientationType get ();
}
abstract Orientation : OrientationType
override Orientation : OrientationType
function get Orientation () : OrientationType

属性值

类型:System.Windows.Automation.OrientationType
此滚动条控件的方向。

.NET Framework 安全性

请参见

参考

WpfScrollBar 类

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空间

Orientation