C# 클래스 SumoNinjaMonkey.Framework.Controls.InputBoxView

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundFillProperty Windows.UI.Xaml.DependencyProperty
CountdownBackgroundColorProperty Windows.UI.Xaml.DependencyProperty
MessageTextForegroundColorProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
Hide ( ) : void
InputBoxView ( string msg, string title, Brush brushIcon, string metroIcon = "", string imageIcon = "", double scaleIcon = 1.0, double translateXIcon, double translateYIcon, string yesLabel = "Yes", string yesMessengerContent = "", string yesMessengerIdentifier = "", string noLabel = "No", string noMessengerContent = "", string noMessengerIdentifier = "", GeneralSystemWideMessage msgToPassAlong = null ) : System
LoadMetroIcon ( string key, Brush iconColor = null, double rotation, double scaleIcon = 1, double translateXIcon, double translateYIcon ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
BackgroundFillPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
CountdownBackgroundColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
LoadImage ( string imageUrl ) : void
MessageTextForegroundColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
butNo_Click ( object sender, RoutedEventArgs e ) : void
butYes_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

InputBoxView() 공개 메소드

public InputBoxView ( string msg, string title, Brush brushIcon, string metroIcon = "", string imageIcon = "", double scaleIcon = 1.0, double translateXIcon, double translateYIcon, string yesLabel = "Yes", string yesMessengerContent = "", string yesMessengerIdentifier = "", string noLabel = "No", string noMessengerContent = "", string noMessengerIdentifier = "", GeneralSystemWideMessage msgToPassAlong = null ) : System
msg string
title string
brushIcon Windows.UI.Xaml.Media.Brush
metroIcon string
imageIcon string
scaleIcon double
translateXIcon double
translateYIcon double
yesLabel string
yesMessengerContent string
yesMessengerIdentifier string
noLabel string
noMessengerContent string
noMessengerIdentifier string
msgToPassAlong GeneralSystemWideMessage
리턴 System

LoadMetroIcon() 공개 메소드

public LoadMetroIcon ( string key, Brush iconColor = null, double rotation, double scaleIcon = 1, double translateXIcon, double translateYIcon ) : void
key string
iconColor Windows.UI.Xaml.Media.Brush
rotation double
scaleIcon double
translateXIcon double
translateYIcon double
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

프로퍼티 상세

BackgroundFillProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml BackgroundFillProperty
리턴 Windows.UI.Xaml.DependencyProperty

CountdownBackgroundColorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml CountdownBackgroundColorProperty
리턴 Windows.UI.Xaml.DependencyProperty

MessageTextForegroundColorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml MessageTextForegroundColorProperty
리턴 Windows.UI.Xaml.DependencyProperty