ApplicationTheme enumeration

This topic has not yet been rated - Rate this topic

Declares the theme preference for an app.

Syntax


public enum ApplicationTheme


<object property="enumMemberName"/> 
 

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ApplicationTheme enumeration has these members.

MemberValueDescription
Light0

Use the Light default theme.

Dark1

Use the Dark default theme.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Application.RequestedTheme
ThemeDictionaries

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.