Back to API Reference
Enum

MediaSource

How media reached the field — lets a single MediaContent handler tell a clipboard paste, a drag-and-drop, and a picker selection apart when it cares, and treat them the same when it doesn't.

public static readonly MediaSource Paste = 0
public static readonly MediaSource Drop = 1
public static readonly MediaSource Pick = 2