Table of Contents

Class SliderDescription

The description of a WPF Slider test object.

Namespace: HP.LFT.SDK.WPF
Assembly: HP.LFT.SDK.dll
Syntax
public class SliderDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

SliderDescription()

Declaration
public SliderDescription()

Properties

Name

The name of this object.

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

Position

The current position of the range element.

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

Implements

ICloneable
IDescription