IValueProvider Interface

Exposes methods and properties to support access by a UI Automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string.

Definition

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

Properties

IsReadOnly Gets a value that indicates whether the value of a control is read-only.
Value Gets the value of the control.

Methods

SetValue(String) Sets the value of a control.

See Also