Table of Contents

Interface IContainerMessage

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

Properties

CloseLayerCommand

MessageCloseLayerCommand CloseLayerCommand { get; }

Property Value

MessageCloseLayerCommand

Methods

Close()

void Close()

Show(FrameworkElement, Predicate<Panel>)

void Show(FrameworkElement element, Predicate<Panel> predicate = null)

Parameters

element FrameworkElement
predicate Predicate<Panel>