ContextMenu Properties
Represents a flyout menu that can be attached to any visual element.| Name | Description |
|---|---|
| Content | Gets or sets the UI element that represents the context menu. This is a dependency property. |
| FlyoutSettings | Gets or sets the flyout settings applied to the menu. This is a dependency property. |
| Header | Gets or sets the menu header. This is a dependency property. |
| IsOpen | Gets whether the menu is currently opened. |
| RequestedTheme | Gets or sets the theme that should be used for the menu content specified by the ContextMenu.Content property. |
See Also