Table of Contents

Interface ISlider

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

A .NET WPF slider object.

public interface ISlider : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

Maximum

The maximum position of this slider.

double Maximum { get; }

Property Value

double

Minimum

The minimum position of this slider.

double Minimum { get; }

Property Value

double

Name

The name of this object.

string Name { get; }

Property Value

string

Position

The current position of this slider.

double Position { get; }

Property Value

double

Methods

SetPosition(double)

Sets the slider position.

void SetPosition(double position)

Parameters

position double

The position to set.