Table of Contents

Class SliderDescription

The description of a Java Slider test object.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class SliderDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

SliderDescription()

Declaration
public SliderDescription()

Properties

ContainerAttachedText

The text of the container of the slider.

Declaration
public StringProperty ContainerAttachedText { get; set; }
Property Value
Type Description
StringProperty

IsScrollBar

Indicates whether the slider is a scrollBar.

Declaration
public bool? IsScrollBar { get; set; }
Property Value
Type Description
bool?

MaxPosition

The maximum position of the slider.

Declaration
public int? MaxPosition { get; set; }
Property Value
Type Description
int?

MinPosition

The minimum position of the slider.

Declaration
public int? MinPosition { get; set; }
Property Value
Type Description
int?

Orientation

A value of the SliderOrientation enum.

Declaration
public SliderOrientation? Orientation { get; set; }
Property Value
Type Description
SliderOrientation?

Position

The position of the slider.

Declaration
public int? Position { get; set; }
Property Value
Type Description
int?

Implements

ICloneable
IDescription