ImageStream.ContentType Property

Definition

Returns the data format of the stream.

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = imageStream.contentType;
Public ReadOnly Property ContentType As String

Property Value

String

Platform::String

winrt::hstring

The data format of the stream.

Implements

Applies to