SoftwareBitmap.BitmapAlphaMode Property

Definition

Gets the alpha mode of the software bitmap.

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

Property Value

The alpha mode of the software bitmap.

Applies to