Class SliderDescription
The description of a Java Slider test object.
public class SliderDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
SliderDescription
- Implements
- Inherited Members
Constructors
SliderDescription()
public SliderDescription()
Properties
ContainerAttachedText
The text of the container of the slider.
public StringProperty ContainerAttachedText { get; set; }
Property Value
IsScrollBar
Indicates whether the slider is a scrollBar.
public bool? IsScrollBar { get; set; }
Property Value
- bool?
MaxPosition
The maximum position of the slider.
public int? MaxPosition { get; set; }
Property Value
- int?
MinPosition
The minimum position of the slider.
public int? MinPosition { get; set; }
Property Value
- int?
Orientation
A value of the SliderOrientation enum.
public SliderOrientation? Orientation { get; set; }
Property Value
Position
The position of the slider.
public int? Position { get; set; }
Property Value
- int?