Formats Property
Gets the formats supported by a IDataTransfer.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IReadOnlyList<DataFormat> Formats { get; }
ReadOnly Property Formats As IReadOnlyList(Of DataFormat)
Get
abstract Formats : IReadOnlyList<DataFormat> with get