Interface IScrollBar
A .NET WPF scroll bar object.
public interface IScrollBar : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
Maximum
The maximum position of this scroll bar.
double Maximum { get; }
Property Value
Minimum
The minimum position of this scroll bar.
double Minimum { get; }
Property Value
Value
The current position of this scroll bar.
double Value { get; }
Property Value
Methods
SetPosition(double)
Sets the scroll bar position.
void SetPosition(double position)
Parameters
positiondoubleThe position to set.