Vixen
dd8b0a81
csharp
public static class DataFormats

The format names a drag source and a drop target agree on without arranging it.

Read the guide page for this →

Remarks

Reverse-DNS-ish and lifted from the platforms rather than invented, so that the same string works when a drag one day crosses a process boundary. Anything an application defines for itself is spelled the same way — vixen.asset-id, com.example.track.

Fields and properties (2)

  • public const string Text

    Plain text. The value is a String.

  • public const string FileUrl

    Native file paths. The value is an IReadOnlyList<string>.

Used by (3)

  • DataObjectVixen.Ui
  • DataObjectTestsVixen.Ui.Tests
  • InAppDragTestsVixen.Ui.Tests