Class Snackbar
Implements a Snackbar inspired by the Material Design specs (https://material.google.com/components/snackbars-toasts.html).
public class Snackbar : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
Snackbar
- Implements
- Inherited Members
- Extension Methods
Fields
ActionButtonStyleProperty
public static readonly DependencyProperty ActionButtonStyleProperty
Field Value
DeactivateStoryboardCompletedEvent
public static readonly RoutedEvent DeactivateStoryboardCompletedEvent
Field Value
IsActiveChangedEvent
public static readonly RoutedEvent IsActiveChangedEvent
Field Value
IsActiveProperty
public static readonly DependencyProperty IsActiveProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
MessageQueueProperty
public static readonly DependencyProperty MessageQueueProperty
Field Value
Properties
ActionButtonStyle
public Style ActionButtonStyle { get; set; }
Property Value
ActivateStoryboardDuration
public TimeSpan ActivateStoryboardDuration { get; }
Property Value
DeactivateStoryboardDuration
public TimeSpan DeactivateStoryboardDuration { get; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
Message
public SnackbarMessage Message { get; set; }
Property Value
MessageQueue
public SnackbarMessageQueue MessageQueue { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
Events
DeactivateStoryboardCompleted
public event RoutedPropertyChangedEventHandler<SnackbarMessage> DeactivateStoryboardCompleted
Event Type
IsActiveChanged
public event RoutedPropertyChangedEventHandler<bool> IsActiveChanged