SetText Method
Sets the value for the Text format.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void SetText(
string? value
)
Public Sub SetText (
value As String
)
member SetText :
value : string -> unit
Parameters
- String
- The value corresponding to the Text format. If null, the format won't be part of the DataTransferItem.