Table of Contents

Class StandardMenuItem

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

Properties

Command

public abstract ICommand Command { get; }

Property Value

ICommand

IconSource

public abstract Uri IconSource { get; }

Property Value

Uri

InputGestureText

public abstract string InputGestureText { get; }

Property Value

string

IsChecked

public abstract bool IsChecked { get; }

Property Value

bool

IsVisible

public abstract bool IsVisible { get; }

Property Value

bool

Text

public abstract string Text { get; }

Property Value

string