NativeMenuItemSeparator Properties
Properties
Command | Gets or sets the command associated with the menu item. (Inherited from NativeMenuItem) |
CommandParameter | Gets or sets the parameter to pass to the Command property of a MenuItem. (Inherited from NativeMenuItem) |
Gesture | Gets or sets the input gesture that will be displayed in the menu item. (Inherited from NativeMenuItem) |
HasClickHandlers | (Inherited from NativeMenuItem) |
Header | Gets or sets the content of the control's header. (Inherited from NativeMenuItem) |
Icon | Gets or sets the icon that appears in a MenuItem. (Inherited from NativeMenuItem) |
InheritanceParent | Gets or sets the parent object that inherited AvaloniaProperty values are inherited from. (Inherited from AvaloniaObject) |
IsChecked | Gets or sets if menu item is checked when ToggleType is CheckBox or Radio. (Inherited from NativeMenuItem) |
IsEnabled | Gets or sets a value indicating whether the control is enabled for user interaction. (Inherited from NativeMenuItem) |
IsVisible | Gets or sets a value indicating whether this menu item is visible. (Inherited from NativeMenuItem) |
Item(AvaloniaProperty) | Gets or sets the value of a AvaloniaProperty. (Inherited from AvaloniaObject) |
Item(IndexerDescriptor) | Gets or sets a binding for a AvaloniaProperty. (Inherited from AvaloniaObject) |
Menu | (Inherited from NativeMenuItem) |
Parent | (Inherited from NativeMenuItemBase) |
ToggleType | Gets toggle type of the menu item. (Inherited from NativeMenuItem) |
ToolTip | Gets or sets the tooltip associated with the menu item. This may not be supported by the native menu provider, but will be passed on to the non-native fallback menu item if used. (Inherited from NativeMenuItem) |