C# 클래스 Quasar.LightBox

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: indexzero/quasar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CloseButtonStyleProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
HeaderTemplateProperty System.Windows.DependencyProperty
IsOpenedProperty System.Windows.DependencyProperty
LightBoxHeightProperty System.Windows.DependencyProperty
LightBoxWidthProperty System.Windows.DependencyProperty
ShadowProperty System.Windows.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
ContentPresenter System.Windows.Controls.ContentPresenter
HeaderPresenter System.Windows.Controls.ContentPresenter
closeButton System.Windows.Controls.Button

공개 메소드들

메소드 설명
LightBox ( ) : System
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnClosing ( ) : void
OnIsOpenedChanged ( bool oldValue, bool newValue ) : void
OnOpening ( ) : void
UpdateVisualState ( ) : void

비공개 메소드들

메소드 설명
OnCloseButtonClicked ( object sender, RoutedEventArgs args ) : void
OnClosed ( object sender, EventArgs args ) : void
OnIsOpenedChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnOpened ( object sender, EventArgs args ) : void

메소드 상세

LightBox() 공개 메소드

public LightBox ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( ) : void
리턴 void

OnIsOpenedChanged() 보호된 메소드

protected OnIsOpenedChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
리턴 void

OnOpening() 보호된 메소드

protected OnOpening ( ) : void
리턴 void

UpdateVisualState() 보호된 메소드

protected UpdateVisualState ( ) : void
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows CloseButtonStyleProperty
리턴 System.Windows.DependencyProperty

ContentPresenter 보호되어 있는 프로퍼티

protected ContentPresenter,System.Windows.Controls ContentPresenter
리턴 System.Windows.Controls.ContentPresenter

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

public static DependencyProperty,System.Windows CornerRadiusProperty
리턴 System.Windows.DependencyProperty

HeaderPresenter 보호되어 있는 프로퍼티

protected ContentPresenter,System.Windows.Controls HeaderPresenter
리턴 System.Windows.Controls.ContentPresenter

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

public static DependencyProperty,System.Windows HeaderProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows HeaderTemplateProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows IsOpenedProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows LightBoxHeightProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows LightBoxWidthProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ShadowProperty
리턴 System.Windows.DependencyProperty

closeButton 보호되어 있는 프로퍼티

protected Button,System.Windows.Controls closeButton
리턴 System.Windows.Controls.Button