Table of Contents

Interface IWindowBase

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IWindowBase
Extension Methods

Properties

CloseAnimation

Action<IWindowBase> CloseAnimation { get; set; }

Property Value

Action<IWindowBase>

ShowAnimation

Action<IWindowBase> ShowAnimation { get; set; }

Property Value

Action<IWindowBase>

Methods

BeginClose()

void BeginClose()

RefreshHide()

void RefreshHide()

Show()

void Show()

Show(bool)

void Show(bool value)

Parameters

value bool

ShowDialog()

bool? ShowDialog()

Returns

bool?