SilverlightSlider.IsDirectionReversed 属性

获取表示滑块是否被反向的值。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)

语法

声明
Public Overridable ReadOnly Property IsDirectionReversed As Boolean
    Get
public virtual bool IsDirectionReversed { get; }
public:
virtual property bool IsDirectionReversed {
    bool get ();
}
abstract IsDirectionReversed : bool
override IsDirectionReversed : bool
function get IsDirectionReversed () : boolean

属性值

类型:System.Boolean
一个 Boolean 值,该值表示是否反转滑块方向。如果滑块反向,则为 true。否则为 false.。

.NET Framework 安全性

请参见

参考

SilverlightSlider 类

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