Class DisplayMarkupCommandBase
public abstract class DisplayMarkupCommandBase : AsyncMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
- Inheritance
-
DisplayMarkupCommandBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DisplayMarkupCommandBase()
protected DisplayMarkupCommandBase()
Properties
Description
public string Description { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
Name
public string Name { get; set; }