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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Hide ( ) : void
HideToolbar ( ) : void
Move ( double newX, double newY ) : void
PopupView ( UserControl viewToLoad, Brush primaryAccent, Brush secondaryAccent, bool autoHide, double timeToLive, string button1ClickContent = "", string button1ClickIdentifier = "", string button2ClickContent = "", string button2ClickIdentifier = "", double width = 100, double height = 100, string button1MetroIcon = "", double button1Rotation, string button2MetroIcon = "", double button2Rotation, UserControl toolbar = null, bool showInnerBorder = true ) : System
Show ( double newX, double newY ) : void
ShowToolbar ( ) : void
ToogleToolbar ( ) : void

비공개 메소드들

메소드 설명
BackgroundFillPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
ContentThicknessPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
CountdownBackgroundColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
InnerBorderColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void
MessageTextForegroundColorPropertyChanged ( DependencyObject obj, DependencyPropertyChangedEventArgs args ) : void

메소드 상세

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

HideToolbar() 공개 메소드

public HideToolbar ( ) : void
리턴 void

Move() 공개 메소드

public Move ( double newX, double newY ) : void
newX double
newY double
리턴 void

PopupView() 공개 메소드

public PopupView ( UserControl viewToLoad, Brush primaryAccent, Brush secondaryAccent, bool autoHide, double timeToLive, string button1ClickContent = "", string button1ClickIdentifier = "", string button2ClickContent = "", string button2ClickIdentifier = "", double width = 100, double height = 100, string button1MetroIcon = "", double button1Rotation, string button2MetroIcon = "", double button2Rotation, UserControl toolbar = null, bool showInnerBorder = true ) : System
viewToLoad Windows.UI.Xaml.Controls.UserControl
primaryAccent Windows.UI.Xaml.Media.Brush
secondaryAccent Windows.UI.Xaml.Media.Brush
autoHide bool
timeToLive double
button1ClickContent string
button1ClickIdentifier string
button2ClickContent string
button2ClickIdentifier string
width double
height double
button1MetroIcon string
button1Rotation double
button2MetroIcon string
button2Rotation double
toolbar Windows.UI.Xaml.Controls.UserControl
showInnerBorder bool
리턴 System

Show() 공개 메소드

public Show ( double newX, double newY ) : void
newX double
newY double
리턴 void

ShowToolbar() 공개 메소드

public ShowToolbar ( ) : void
리턴 void

ToogleToolbar() 공개 메소드

public ToogleToolbar ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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