Table of Contents

Interface IRangeValuePattern

The methods and properties used to interact with a control that can be set to a value within a range.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface IRangeValuePattern

Properties

IsReadOnly

Indicates whether the value of UIAPro object is read-only.

Declaration
bool IsReadOnly { get; }
Property Value
Type Description
bool

LargeChange

The control-specific large-change value which is added to or subtracted from the Value of the current UIAPro object.

Declaration
double LargeChange { get; }
Property Value
Type Description
double

Maximum

The maximum value supported by the UIAPro object.

Declaration
double Maximum { get; }
Property Value
Type Description
double

Minimum

The minimum value supported by the UIAPro object.

Declaration
double Minimum { get; }
Property Value
Type Description
double

SmallChange

The small-change value, unique to the UIAPro object, which is added to or subtracted from the Value of the current UIAPro object.

Declaration
double SmallChange { get; }
Property Value
Type Description
double

Value

The current value of the UIAPro object.

Declaration
double Value { get; set; }
Property Value
Type Description
double