Set Method
Sets a value to the internal store of the data object with DataFormats as a key.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Set(
string dataFormat,
Object value
)
Public Sub Set (
dataFormat As String,
value As Object
)
member Set :
dataFormat : string *
value : Object -> unit