Skip to content

SnackbarPresenter class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.SnackbarPresenter Modifiers: public

Summary

        SnackbarPresenter.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class SnackbarPresenter
class ContentPresenter
ContentPresenter <|-- SnackbarPresenter

Inherits from: ContentPresenter

Constructors

NameSummary
.ctorInitializes a new instance of the [SnackbarPresenter](# class.

Properties

NameSummary
ContentGets or sets the content.
QueueGets the queue.
CancellationTokenSourceGets or sets the cancellation token source.

Methods

NameSummary
FinalizeFinalizes an instance of the [SnackbarPresenter](# class.
AddToQueAdds to que.
ImmediatelyDisplayImmediatelies the display.
HideCurrentHides the current.
OnUnloadedCalled when [unloaded].
ResetCancellationTokenSourceResets the cancellation token source.
Inherited members

See also