Table of Contents

Class ShowDialogCommandBase

Namespace
H.Services.Common
Assembly
H.Services.Common.dll
public abstract class ShowDialogCommandBase : DisplayMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
Inheritance
ShowDialogCommandBase
Implements
Derived
Inherited Members
Extension Methods

Properties

DialogButton

public DialogButton DialogButton { get; set; }

Property Value

DialogButton

Height

public double Height { get; set; }

Property Value

double

HorizontalContentAlignment

public HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

HorizontalAlignment

Transitionable

public ITransitionable Transitionable { get; set; }

Property Value

ITransitionable

Width

public double Width { get; set; }

Property Value

double

Methods

Invoke(IDialog)

protected virtual void Invoke(IDialog w)

Parameters

w IDialog