IjQueryUISliderwEndPosition Property |
Returns or sets the end logical position of the slider.
Namespace:
SmartBear.TestLeft.TestObjects.Web.jQueryUI
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax double wEndPosition { get; set; }
Property wEndPosition As Double
Get
Set
Dim instance As IjQueryUISlider
Dim value As Double
value = instance.wEndPosition
instance.wEndPosition = value
property double wEndPosition {
double get ();
void set (double value);
}
Property Value
Type:
DoubleExceptions See Also