BitmapFrame.BitmapAlphaMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default alpha mode of the frame.
public:
property BitmapAlphaMode BitmapAlphaMode { BitmapAlphaMode get(); };
BitmapAlphaMode BitmapAlphaMode();
public BitmapAlphaMode BitmapAlphaMode { get; }
var bitmapAlphaMode = bitmapFrame.bitmapAlphaMode;
Public ReadOnly Property BitmapAlphaMode As BitmapAlphaMode
Property Value
The default alpha mode of the frame.
Implements
Remarks
This is the alpha mode used when calling the GetPixelDataAsync method.