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 = 0public static readonly MediaSource Drop = 1public static readonly MediaSource Pick = 2