Table of Contents

Class Snackbar

Namespace
HeBianGu.Control.Message
Assembly
HeBianGu.Control.Message.dll

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

DependencyProperty

DeactivateStoryboardCompletedEvent

public static readonly RoutedEvent DeactivateStoryboardCompletedEvent

Field Value

RoutedEvent

IsActiveChangedEvent

public static readonly RoutedEvent IsActiveChangedEvent

Field Value

RoutedEvent

IsActiveProperty

public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

MessageProperty

public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

MessageQueueProperty

public static readonly DependencyProperty MessageQueueProperty

Field Value

DependencyProperty

Properties

ActionButtonStyle

public Style ActionButtonStyle { get; set; }

Property Value

Style

ActivateStoryboardDuration

public TimeSpan ActivateStoryboardDuration { get; }

Property Value

TimeSpan

DeactivateStoryboardDuration

public TimeSpan DeactivateStoryboardDuration { get; }

Property Value

TimeSpan

IsActive

public bool IsActive { get; set; }

Property Value

bool

Message

public SnackbarMessage Message { get; set; }

Property Value

SnackbarMessage

MessageQueue

public SnackbarMessageQueue MessageQueue { get; set; }

Property Value

SnackbarMessageQueue

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

RoutedPropertyChangedEventHandler<SnackbarMessage>

IsActiveChanged

public event RoutedPropertyChangedEventHandler<bool> IsActiveChanged

Event Type

RoutedPropertyChangedEventHandler<bool>