Class MenuDefinitionBase
Represents a definition of an item in a menu.
public abstract class MenuDefinitionBase
- Inheritance
-
MenuDefinitionBase
- Derived
- Inherited Members
Properties
CommandDefinition
Gets the command definition.
public abstract CommandDefinitionBase CommandDefinition { get; }
Property Value
IconSource
Gets the URI for the icon.
public abstract Uri IconSource { get; }
Property Value
KeyGesture
Gets key gesture associated with this item.
public abstract KeyGesture KeyGesture { get; }
Property Value
SortOrder
Gets the sort order.
public abstract int SortOrder { get; }
Property Value
Text
Gets the text of this item.
public abstract string Text { get; }