IAppInfo.RequestedTheme Proprietà

Definizione

Ottiene il tema rilevato del sistema o dell'applicazione.

public:
 property Microsoft::Maui::ApplicationModel::AppTheme RequestedTheme { Microsoft::Maui::ApplicationModel::AppTheme get(); };
public Microsoft.Maui.ApplicationModel.AppTheme RequestedTheme { get; }
member this.RequestedTheme : Microsoft.Maui.ApplicationModel.AppTheme
Public ReadOnly Property RequestedTheme As AppTheme

Valore della proprietà

Commenti

Per le piattaforme o le versioni della piattaforma che non supportano i temi, Unspecified viene restituito.

Si applica a