Condividi tramite


ElementTheme Enumerazione

Definizione

Specifica un tema dell'interfaccia utente che deve essere usato per singole parti UIElement di un'interfaccia utente dell'app.

public enum class ElementTheme
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ElementTheme
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ElementTheme
Public Enum ElementTheme
<object property="enumMemberName"/> 
 
Ereditarietà
ElementTheme
Attributi

Campi

Dark 2

Usare il tema predefinito Scuro .

Default 0

Usare il valore Application.RequestedTheme per l'elemento. Questo è il valore predefinito.

Light 1

Usare il tema predefinito Light .

Commenti

Questa enumerazione viene usata come valore dalla proprietà RequestedTheme .

Nota

In Windows, impostando RequestedTheme su Default, verrà sempre restituito il tema "Dark".

Si applica a

Vedi anche