ApplicationTheme

June 22, 2022 ยท View on GitHub

-description

Declares the theme preference for an app.

-xaml-syntax

<object property="enumMemberName"/> 
 

-enum-fields

-field Light:0

Use the Light default theme.

-field Dark:1

Use the Dark default theme.

-remarks

-examples

-see-also

Application.RequestedTheme, ThemeDictionaries

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-enum-fields
  4. 3.1-field Light:0
  5. 3.2-field Dark:1
  6. 4-remarks
  7. 5-examples
  8. 6-see-also