MenuItem
Introduction
This page shows how to customize MenuItem instances.
Customizing a MenuItem
By default MenuItem instances use a Visual which inherits from DefaultMenuItemRuntime
. Instances can access GraphialUiElements or States by name to modify the apperaance of the MenuItemRuntime.
The following code shows how to adjust the color of menu items:
Last updated