Represents a dropdown menu. The content is usually a collection of MenuItem items.
Inherits: Container : UIElement : UIElementBase| Name | Type | Description |
|---|---|---|
| Direction | DropDownDirection |
The direction of the menu’s "drop-out". Possible values:
|
| Separate | Boolean | Display the menu separately from the parent button. In this case, the background of the element will be white. |
| Background | BackgroundStyle | Background color. |
| Base item properties | ||
XAML
Example