BitmapDecoder.BitmapAlphaMode Property

Definition

The default alpha mode of the first frame.

public:
 property BitmapAlphaMode BitmapAlphaMode { BitmapAlphaMode get(); };
BitmapAlphaMode BitmapAlphaMode();
public BitmapAlphaMode BitmapAlphaMode { get; }
var bitmapAlphaMode = bitmapDecoder.bitmapAlphaMode;
Public ReadOnly Property BitmapAlphaMode As BitmapAlphaMode

Property Value

The default alpha mode of the first frame.

Implements

Remarks

This is the alpha mode used when calling the GetPixelDataAsync method.

Applies to