Table of Contents

Class SliderDescription

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

The description of a WPF Slider test object.

public class SliderDescription : UiObjectDescriptionBase, ICloneable, IDescription
Inheritance
SliderDescription
Implements
Inherited Members

Constructors

SliderDescription()

public SliderDescription()

Properties

Name

The name of this object.

public StringProperty Name { get; set; }

Property Value

StringProperty

Position

The current position of the range element.

public double? Position { get; set; }

Property Value

double?