C# Class WPFNotification.Core.Configuration.NotificationConfiguration

notification configuration
显示文件 Open project: muhammad-magdy/WPFToastNotification Class Usage Examples

Public Methods

Method Description
NotificationConfiguration ( System.TimeSpan displayDuration, int width, int height, string templateName, NotificationFlowDirection notificationFlowDirection ) : System

Initialises the configuration object.

Method Details

NotificationConfiguration() public method

Initialises the configuration object.
public NotificationConfiguration ( System.TimeSpan displayDuration, int width, int height, string templateName, NotificationFlowDirection notificationFlowDirection ) : System
displayDuration System.TimeSpan The notification display duration. set it TimeSpan.Zero to use default value
width int The notification width. set it to null to use default value
height int The notification height. set it to null to use default value
templateName string The notification template name. set it to null to use default value
notificationFlowDirection NotificationFlowDirection The notification flow direction. set it to null to use default value (RightBottom)
return System