XamlChangeId 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 identifiers for optional XAML behavior changes that can be enabled or disabled using XamlOptionalChanges.
public enum class XamlChangeId
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 720896)]
enum class XamlChangeId
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 720896)]
public enum XamlChangeId
Public Enum XamlChangeId
- Inheritance
-
XamlChangeId
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| _Reserved | 0 | Reserved. Do not use. |
| DefaultStyleOptimizations | 60995620 | Optimizations to how default styles are resolved. |
| DeferContextFlyoutInit | 61098986 | Defers initialization of context flyouts until they are needed. |
| IconNoGridOptimization | 61276805 | Optimizes icon rendering by removing unnecessary grid elements. |
| OptimizeApplyStyles | 61697456 | Optimizations to how styles are applied to controls. |