Table of Contents

Class ProgressBarDescription

The description of a WPF ProgressBar test object.

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

Constructors

ProgressBarDescription()

Declaration
public ProgressBarDescription()

Properties

Value

The current value of the range element.

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

Implements

ICloneable
IDescription