Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 936 Bytes

standarddataformats_bitmap.md

File metadata and controls

27 lines (17 loc) · 936 Bytes
-api-id -api-type
P:Windows.ApplicationModel.DataTransfer.StandardDataFormats.Bitmap
winrt property

Windows.ApplicationModel.DataTransfer.StandardDataFormats.Bitmap

-description

A read-only property that returns the format ID string value corresponding to the Bitmap format.

-property-value

The format ID string value corresponding to the Bitmap format.

-remarks

-examples

This example demonstrates the use of the Bitmap property. To use the code in this example, add an event listener to your app to handle the activated event. Then put this code in the function that this event listener calls.

[!code-csharpHowToShareImage]

-see-also