The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XamlSlider::PropertyNames Class
Contains property names common to all Xaml controls.
System::Object
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls::XamlControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls::XamlSlider::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting::UITestControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls::XamlControl::PropertyNames
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls::XamlSlider::PropertyNames
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
The XamlSlider::PropertyNames type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlSlider::PropertyNames | Initializes a new instance of the XamlSlider::PropertyNames class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the provided object is equal to the current instance. (Inherited from UITestControl::PropertyNames.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from UITestControl::PropertyNames.) |
![]() | GetType | Returns the Type of the control. (Inherited from UITestControl::PropertyNames.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string representation of this instance. (Inherited from UITestControl::PropertyNames.) |
| Name | Description | |
|---|---|---|
![]() ![]() | LargeChange | Gets the position change when the slider is moved by a large distance. Data-Type: System.Double |
![]() ![]() | MaximumPosition | Gets the maximum position allowed on the slider. Data-Type: System.Double |
![]() ![]() | MinimumPosition | Gets the minimum position allowed on the slider. Data-Type: System.Double |
![]() ![]() | Position | Gets or sets the position on the slider. Data-Type: System.Double |
![]() ![]() | PositionAsString | Gets or sets the position on the slider as a string. Data-Type: System.String |
![]() ![]() | SmallChange | Gets the position change when the slider is moved by a small distance. Data-Type: System.Double |
Show:
