Table of Contents

Class TextMenuItem

Namespace
Gemini.Modules.MainMenu.Models
Assembly
Gemini.dll
public class TextMenuItem : StandardMenuItem, INotifyPropertyChangedEx, INotifyPropertyChanged, IEnumerable<MenuItemBase>, IEnumerable
Inheritance
PropertyChangedBase
TextMenuItem
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

TextMenuItem(MenuDefinitionBase)

public TextMenuItem(MenuDefinitionBase menuDefinition)

Parameters

menuDefinition MenuDefinitionBase

Properties

Command

public override ICommand Command { get; }

Property Value

ICommand

IconSource

public override Uri IconSource { get; }

Property Value

Uri

InputGestureText

public override string InputGestureText { get; }

Property Value

string

IsChecked

public override bool IsChecked { get; }

Property Value

bool

IsVisible

public override bool IsVisible { get; }

Property Value

bool

Text

public override string Text { get; }

Property Value

string