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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace