BitmapLayer.Transparent Property
Gets or sets a value that indicates whether the layer has a transparent background.
Syntax
public System.Boolean Transparent { get; set; }
Property Value
Default: false
True if the layer has a transparent background; otherwise, False.
Remarks
If True, the bitmap will have an alpha channel, with all alpha values set to 0 before drawing the sub-layers. Areas not drawn by the sub-layers will be transparent, and the contents of the layers under the bitmap layer will be visible.
If False, the bitmap layer will be initialized with the background color from the drawable, and will not have an alpha channel.
Platforms
Windows, Linux, Android