CompositionMipmapSurface.AlphaMode 属性

定义

获取 mipmap 图面的 alpha 模式。

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

属性值

mipmap 图面的 alpha 模式。

适用于