Namespace HeBianGu.Control.Message
Classes
- DialogHostEx
Helper extensions for showing dialogs.
- DialogSession
Allows an open dialog to be managed. Use is only permitted during a single display operation.
- MessageQueueExtension
Provides shorthand to initialise a new SnackbarMessageQueue for a Snackbar.
- PercentProgressDialog
Interaction logic for SampleMessageDialog.xaml
- PopupEx
This custom popup can be used by validation error templates or something else. It provides some additional nice features: - repositioning if host-window size or location changed - repositioning if host-window gets maximized and vice versa - it's only topmost if the host-window is activated
- ResultMessageDialog
Interaction logic for SampleMessageDialog.xaml
- SampleMessageDialog
Interaction logic for SampleMessageDialog.xaml
- Snackbar
Implements a Snackbar inspired by the Material Design specs (https://material.google.com/components/snackbars-toasts.html).
- SnackbarMessage
Defines the content of a message within a Snackbar. Primary content should be set via the standard SnackbarMessage.Content property. Where an action is allowed, content can be provided in ActionContent. Standard button properties are provided for actions, includiing ActionCommand.
- StringProgressDialog
Interaction logic for SampleMessageDialog.xaml
- WaittingMessageDialog
Interaction logic for SampleMessageDialog.xaml
Interfaces
Enums
- DialogHostOpenDialogCommandDataContextSource
Defines how a data context is sourced for a dialog if a FrameworkElement is passed as the command parameter when using OpenDialogCommand.
- PopupBoxPlacementMode
Defines how the PopupBox popup is aligned to the toggle part of the control.
- PopupBoxPopupMode
Defines what causes the PopupBox to open it's popup.