CompositionTexture.AlphaMode 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.
Informs the Desktop Window Manager (DWM) whether alpha pixels in the texture should be honored or ignored.
public:
property DirectXAlphaMode AlphaMode { DirectXAlphaMode get(); void set(DirectXAlphaMode value); };
DirectXAlphaMode AlphaMode();
void AlphaMode(DirectXAlphaMode value);
public DirectXAlphaMode AlphaMode { get; set; }
var directXAlphaMode = compositionTexture.alphaMode;
compositionTexture.alphaMode = directXAlphaMode;
Public Property AlphaMode As DirectXAlphaMode
Property Value
Indicates whether alpha pixels in the texture should be honored or ignored.