C# 클래스 WPFNotification.Core.Configuration.NotificationConfiguration

notification configuration
파일 보기 프로젝트 열기: muhammad-magdy/WPFToastNotification 1 사용 예제들

공개 메소드들

메소드 설명
NotificationConfiguration ( System.TimeSpan displayDuration, int width, int height, string templateName, NotificationFlowDirection notificationFlowDirection ) : System

Initialises the configuration object.

메소드 상세

NotificationConfiguration() 공개 메소드

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)
리턴 System