IYUI2DualSliderwEndPosition Property |
Returns or sets the end logical position of the slider.
Namespace:
SmartBear.TestLeft.TestObjects.Web.YUI2
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax int wEndPosition { get; set; }
Property wEndPosition As Integer
Get
Set
Dim instance As IYUI2DualSlider
Dim value As Integer
value = instance.wEndPosition
instance.wEndPosition = value
property int wEndPosition {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also