Interface IWindowBase
public interface IWindowBase
- Extension Methods
Properties
CloseAnimation
Action<IWindowBase> CloseAnimation { get; set; }
Property Value
ShowAnimation
Action<IWindowBase> ShowAnimation { get; set; }
Property Value
Methods
BeginClose()
void BeginClose()
RefreshHide()
void RefreshHide()
Show()
void Show()
Show(bool)
void Show(bool value)
Parameters
value
bool
ShowDialog()
bool? ShowDialog()
Returns
- bool?