Constructor PopoverMenu
PopoverMenu()
Initializes a new instance of the PopoverMenu class.
public PopoverMenu()
PopoverMenu(IEnumerable<View>?)
Initializes a new instance of the PopoverMenu class. If any of the elements of
menuItems is null,
a see Line will be created instead.
public PopoverMenu(IEnumerable<View>? menuItems)
Parameters
menuItemsIEnumerable<View>
PopoverMenu(IEnumerable<MenuItemv2>?)
public PopoverMenu(IEnumerable<MenuItemv2>? menuItems)
Parameters
menuItemsIEnumerable<MenuItemv2>
PopoverMenu(Menuv2?)
Initializes a new instance of the PopoverMenu class with the specified root Menuv2.
public PopoverMenu(Menuv2? root)
Parameters
rootMenuv2