C# 클래스 SumoNinjaMonkey.Framework.Services.NotificationService

파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
Init ( Grid control, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Right ) : void
Show ( string message, string title, Brush foregroundTextBrush, Brush countdownBackgroundBrush, double timeToLive, bool autoHide = false, double width = 300, double height = 180, string metroIcon = "", string imageIcon = "", double scaleIcon = 1 ) : void
Show ( string message, string title, bool autoHide = false, double width = 300, double height = 180, double timeToLive = 5 ) : void

비공개 메소드들

메소드 설명
view_OnClosing ( object sender, EventArgs e ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( Grid control, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Right ) : void
control Windows.UI.Xaml.Controls.Grid
horizontalAlignment HorizontalAlignment
리턴 void

Show() 공개 정적인 메소드

public static Show ( string message, string title, Brush foregroundTextBrush, Brush countdownBackgroundBrush, double timeToLive, bool autoHide = false, double width = 300, double height = 180, string metroIcon = "", string imageIcon = "", double scaleIcon = 1 ) : void
message string
title string
foregroundTextBrush Windows.UI.Xaml.Media.Brush
countdownBackgroundBrush Windows.UI.Xaml.Media.Brush
timeToLive double
autoHide bool
width double
height double
metroIcon string
imageIcon string
scaleIcon double
리턴 void

Show() 공개 정적인 메소드

public static Show ( string message, string title, bool autoHide = false, double width = 300, double height = 180, double timeToLive = 5 ) : void
message string
title string
autoHide bool
width double
height double
timeToLive double
리턴 void