SilverlightSlider.Orientation Property
Gets a value that indicates whether the slider is horizontal or vertical.
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 Orientation As SliderOrientation
Get
public virtual SliderOrientation Orientation { get; }
public:
virtual property SliderOrientation Orientation {
SliderOrientation get ();
}
abstract Orientation : SliderOrientation
override Orientation : SliderOrientation
function get Orientation () : SliderOrientation
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SliderOrientation
A SliderOrientation value that indicates whether the slider is horizontal or vertical.
.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