Class ShowDialogCommandBase
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
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
PresenterTemplate
public DataTemplate PresenterTemplate { get; set; }
Property Value
Transitionable
public ITransitionable Transitionable { get; set; }
Property Value
Width
public double Width { get; set; }
Property Value
Methods
GetPresenterTemplate(DependencyObject)
public static DataTemplate GetPresenterTemplate(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
Invoke(IDialog, object)
protected virtual void Invoke(IDialog w, object parameter = null)
Parameters
SetPresenterTemplate(DependencyObject, DataTemplate)
public static void SetPresenterTemplate(DependencyObject obj, DataTemplate value)
Parameters
obj
DependencyObjectvalue
DataTemplate