-
Notifications
You must be signed in to change notification settings - Fork 3
Menus
Sébastien Bouez edited this page Apr 28, 2023
·
1 revision
The AcrylicContextMenu
uses the Acrylic texture on Windows 11. It will automatically fallback to a legacy style when it is not available.
None.
None.
None.
<Border Width="150" Height="150" Background="Silver">
<Border.ContextMenu>
<menus:AcrylicContextMenu>
<MenuItem Header="Test 1"/>
<MenuItem Header="Test 2"/>
<MenuItem Header="Test 3"/>
</menus:AcrylicContextMenu>
</Border.ContextMenu>
</Border>