C# 클래스 SoftwareKobo.UniversalToolkit.Controls.FullWindowPopup

상속: Windows.UI.Xaml.FrameworkElement
파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttachedPopupProperty Windows.UI.Xaml.DependencyProperty
ChildProperty Windows.UI.Xaml.DependencyProperty
ChildTransitionsProperty Windows.UI.Xaml.DependencyProperty
IsLightDismissEnabledProperty Windows.UI.Xaml.DependencyProperty
IsOpenProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
AttachedPopupChanged void
ChildChanged void
ChildTransitionsChanged void
IsLightDismissEnabledChanged void
IsOpenChanged void
ReSize void

공개 메소드들

메소드 설명
FullWindowPopup ( ) : System
GetAttachedPopup ( FrameworkElement obj ) : FullWindowPopup
SetAttachedPopup ( FrameworkElement obj, FullWindowPopup value ) : void

将一个 FullWindowPopup 附加到一个 FrameworkElement 上。

비공개 메소드들

메소드 설명
AttachedPopupChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ChildChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ChildTransitionsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
IsLightDismissEnabledChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
IsOpenChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ReSize ( ) : void

메소드 상세

FullWindowPopup() 공개 메소드

public FullWindowPopup ( ) : System
리턴 System

GetAttachedPopup() 공개 정적인 메소드

public static GetAttachedPopup ( FrameworkElement obj ) : FullWindowPopup
obj Windows.UI.Xaml.FrameworkElement
리턴 FullWindowPopup

SetAttachedPopup() 공개 정적인 메소드

将一个 FullWindowPopup 附加到一个 FrameworkElement 上。
public static SetAttachedPopup ( FrameworkElement obj, FullWindowPopup value ) : void
obj Windows.UI.Xaml.FrameworkElement 被附加的 FrameworkElement。
value FullWindowPopup 附加的 FullWindowPopup。
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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