C# Class NotificationsExtensions.Toasts.ToastGenericAppLogo

The logo that is displayed on your toast notification.
Inheritance: IBaseImage
Show file Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Public Methods

Method Description
ToastGenericAppLogo ( ) : System

Initializes a new instance of a toast app logo, which can override the logo displayed on your toast notification.

Private Methods

Method Description
ConvertToElement ( ) : Element_AdaptiveImage
GetAdaptiveImageCrop ( ) : AdaptiveImageCrop

Method Details

ToastGenericAppLogo() public method

Initializes a new instance of a toast app logo, which can override the logo displayed on your toast notification.
public ToastGenericAppLogo ( ) : System
return System