MediaEncodingSubtypes.Argb32 Property

Definition

Gets the name for RGB 32 with alpha channel.

public:
 static property Platform::String ^ Argb32 { Platform::String ^ get(); };
static winrt::hstring Argb32();
public static string Argb32 { get; }
var string = MediaEncodingSubtypes.argb32;
Public Shared ReadOnly Property Argb32 As String

Property Value

String

Platform::String

winrt::hstring

The name for AGB32.

Applies to