Class ShowDialogCommandBase
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
Height
public double Height { get; set; }
Property Value
HorizontalContentAlignment
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
Transitionable
public ITransitionable Transitionable { get; set; }
Property Value
Width
public double Width { get; set; }
Property Value
Methods
Invoke(IDialog)
protected virtual void Invoke(IDialog w)
Parameters
w
IDialog