SetValue Method
Sets the value of a control.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
void SetValue(
string? value
)
Sub SetValue (
value As String
)
abstract SetValue :
value : string -> unit
Parameters
- String
- The value to set. The provider is responsible for converting the value to the appropriate data type.
See Also
Reference
IValueProvider Interface
Avalonia.Automation.Provider Namespace