Partager via


CommandBarFlyoutCommandBar.SystemBackdrop Propriété

Définition

Obtient ou définit l’arrière-plan système à appliquer à ce CommandBar menu volant. L’arrière-plan est affiché derrière le contenu du CommandBar menu volant.

public:
 property SystemBackdrop ^ SystemBackdrop { SystemBackdrop ^ get(); void set(SystemBackdrop ^ value); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
SystemBackdrop SystemBackdrop();

void SystemBackdrop(SystemBackdrop value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
public SystemBackdrop SystemBackdrop { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")] set; }
var systemBackdrop = commandBarFlyoutCommandBar.systemBackdrop;
commandBarFlyoutCommandBar.systemBackdrop = systemBackdrop;
Public Property SystemBackdrop As SystemBackdrop

Valeur de propriété

Toile de fond du système à appliquer à ce CommandBar menu volant.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute

Remarques

Pour plus d’informations sur les arrière-plan système, consultez Matériaux dans Windows 11.

S’applique à

Voir aussi