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

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

공개 메소드들

메소드 설명
Hide ( ) : void
Init ( Grid control, HorizontalAlignment horizontalAlignment = HorizontalAlignment.Center, VerticalAlignment verticalAlignment = VerticalAlignment.Center ) : void
Show ( string message, string title, Brush modalAdornerBrush, Brush backgroundBrush, Brush foregroundTextBrush, double width = 300, double height = 180, string metroIcon = "", string imageIcon = "", double scaleIcon = 1, double translateXIcon, double translateYIcon, string yesLabel = "Yes", string yesMessengerContent = "", string yesMessengerIdentifier = "", string noLabel = "No", string noMessengerContent = "", string noMessengerIdentifier = "", GeneralSystemWideMessage msgToPassAlong = null ) : void

메소드 상세

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

Init() 공개 정적인 메소드

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

Show() 공개 정적인 메소드

public static Show ( string message, string title, Brush modalAdornerBrush, Brush backgroundBrush, Brush foregroundTextBrush, double width = 300, double height = 180, string metroIcon = "", string imageIcon = "", double scaleIcon = 1, double translateXIcon, double translateYIcon, string yesLabel = "Yes", string yesMessengerContent = "", string yesMessengerIdentifier = "", string noLabel = "No", string noMessengerContent = "", string noMessengerIdentifier = "", GeneralSystemWideMessage msgToPassAlong = null ) : void
message string
title string
modalAdornerBrush Windows.UI.Xaml.Media.Brush
backgroundBrush Windows.UI.Xaml.Media.Brush
foregroundTextBrush Windows.UI.Xaml.Media.Brush
width double
height double
metroIcon string
imageIcon string
scaleIcon double
translateXIcon double
translateYIcon double
yesLabel string
yesMessengerContent string
yesMessengerIdentifier string
noLabel string
noMessengerContent string
noMessengerIdentifier string
msgToPassAlong GeneralSystemWideMessage
리턴 void