Table of Contents

Class SliderDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

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

StringProperty

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

SliderOrientation?

Position

The position of the slider.

public int? Position { get; set; }

Property Value

int?