IYUI2SliderwPositionX Property |
Returns or sets the horizontal 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 wPositionX { get; set; }
Property wPositionX As Integer
Get
Set
Dim instance As IYUI2Slider
Dim value As Integer
value = instance.wPositionX
instance.wPositionX = value
property int wPositionX {
int get ();
void set (int value);
}
Property Value
Type:
Int32Exceptions See Also