C# Class NotificationsExtensions.Toasts.ToastVisual

Defines the visual aspects of a toast notification.
Show file Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Private Properties

Property Type Description
ConvertToElement Element_ToastVisual

Public Methods

Method Description
ToastVisual ( ) : System

Initializes a new instance that defines the visual aspects of a toast notification.

Private Methods

Method Description
ConvertToElement ( ) : Element_ToastVisual

Method Details

ToastVisual() public method

Initializes a new instance that defines the visual aspects of a toast notification.
public ToastVisual ( ) : System
return System