Class ContainerMessage
public class ContainerMessage : IContainerMessage
- Inheritance
-
ContainerMessage
- Implements
- Inherited Members
- Extension Methods
Properties
CloseLayerCommand
public MessageCloseLayerCommand CloseLayerCommand { get; }
Property Value
Methods
Close()
public void Close()
Show(FrameworkElement, Predicate<Panel>)
public void Show(FrameworkElement element, Predicate<Panel> predicate = null)
Parameters
element
FrameworkElementpredicate
Predicate<Panel>