共用方式為


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 命名空間