Table of Contents

Class ShowDockWindowCommand

Namespace
H.Windows.Dock
Assembly
H.Windows.Dock.dll
[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

object

Horizontal

public HorizontalAlignment Horizontal { get; set; }

Property Value

HorizontalAlignment

Vertical

public VerticalAlignment Vertical { get; set; }

Property Value

VerticalAlignment

Methods

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.