Skip to main content

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)

public interface IRangeValueProvider
View Source

Properties

IsReadOnlyGets a value that indicates whether the value of a control is read-only.
LargeChangeGets 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.
MaximumGets the maximum range value that is supported by the control.
MinimumGets the minimum range value that is supported by the control.
SmallChangeGets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.
ValueGets the value of the control.

Methods

SetValue(Double)Sets the value of the control.

See Also

Reference

Avalonia.Automation.Provider Namespace