Table of Contents

Class ShowDialogCommandBase

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

Fields

PresenterTemplateProperty

public static readonly DependencyProperty PresenterTemplateProperty

Field Value

DependencyProperty

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

PresenterTemplate

public DataTemplate PresenterTemplate { get; set; }

Property Value

DataTemplate

Transitionable

public ITransitionable Transitionable { get; set; }

Property Value

ITransitionable

Width

public double Width { get; set; }

Property Value

double

Methods

GetPresenterTemplate(DependencyObject)

public static DataTemplate GetPresenterTemplate(DependencyObject obj)

Parameters

obj DependencyObject

Returns

DataTemplate

Invoke(IDialog, object)

protected virtual void Invoke(IDialog w, object parameter = null)

Parameters

w IDialog
parameter object

SetPresenterTemplate(DependencyObject, DataTemplate)

public static void SetPresenterTemplate(DependencyObject obj, DataTemplate value)

Parameters

obj DependencyObject
value DataTemplate