MicaKind Enum
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.
Defines constants that specify which variation of Mica material is used.
public enum class MicaKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65537)]
enum class MicaKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
public enum MicaKind
var value = Microsoft.UI.Composition.SystemBackdrops.MicaKind.base
Public Enum MicaKind
- Inheritance
-
MicaKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Base | 0 | The base Mica material is used. |
BaseAlt | 1 | The MicaAlt material is used. |
Remarks
This enumeration provides values for the MicaController.Kind property.
See Mica design guidance for more information about the kinds of Mica material.