IDataObject.

GetText() Method

Summary

Returns the dragged text if the DataObject contains any text.
Namespace
Avalonia.Input
Containing Type
IDataObject

Syntax

string? GetText()

Return Value

Type Description
string?

See Also