Class ShowDockWindowCommand
[Icon("")]
[Display(Name = "显示", Description = "显示停靠窗口页面")]
public class ShowDockWindowCommand : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
- Inheritance
-
ShowDockWindowCommand
- Implements
- Inherited Members
- Extension Methods
Properties
Content
public object Content { get; set; }
Property Value
Horizontal
public HorizontalAlignment Horizontal { get; set; }
Property Value
Vertical
public VerticalAlignment Vertical { get; set; }
Property Value
Methods
Execute(object)
Defines the method to be called when the command is invoked.
public override void Execute(object parameter)