CompositionMipmapSurface.AlphaMode Property

Definition

Gets the alpha mode of the mipmap surface.

public:
 property DirectXAlphaMode AlphaMode { DirectXAlphaMode get(); };
DirectXAlphaMode AlphaMode();
public DirectXAlphaMode AlphaMode { get; }
var directXAlphaMode = compositionMipmapSurface.alphaMode;
Public ReadOnly Property AlphaMode As DirectXAlphaMode

Property Value

The alpha mode of the mipmap surface.

Applies to