Delen via


SilverlightSlider.IsDirectionReversed Property

Gets a value that represents whether the slider direction is reversed.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
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

Property Value

Type: System.Boolean
A Boolean value that represents whether the slider direction is reversed. true if the slider is reversed. Otherwise, false..

.NET Framework Security

See Also

Reference

SilverlightSlider Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace