Class ShowImageFileCommand
- Namespace
- H.Presenters.Common
- Assembly
- H.Presenters.Common.dll
[Icon("")]
[Display(Name = "图片")]
public class ShowImageFileCommand : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
- Inheritance
-
ShowImageFileCommand
- Implements
- Inherited Members
- Extension Methods
Properties
FilePath
public string FilePath { get; set; }
Property Value
UseCache
public bool UseCache { get; set; }
Property Value
Methods
ExecuteAsync(object)
public override Task ExecuteAsync(object parameter)
Parameters
parameter
object