IRangeValueProvider Interface

Exposes methods and properties to support access by a UI Automation client to controls that can be set to a value within a range.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IRangeValueProvider

Properties

IsReadOnly Gets a value that indicates whether the value of a control is read-only.
LargeChange Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.
Maximum Gets the maximum range value that is supported by the control.
Minimum Gets the minimum range value that is supported by the control.
SmallChange Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.
Value Gets the value of the control.

Methods

SetValue(Double) Sets the value of the control.

See Also