C# Class SoftwareKobo.UniversalToolkit.Controls.FullWindowPopup

Inheritance: Windows.UI.Xaml.FrameworkElement
Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
AttachedPopupChanged void
ChildChanged void
ChildTransitionsChanged void
IsLightDismissEnabledChanged void
IsOpenChanged void
ReSize void

Méthodes publiques

Méthode Description
FullWindowPopup ( ) : System
GetAttachedPopup ( FrameworkElement obj ) : FullWindowPopup
SetAttachedPopup ( FrameworkElement obj, FullWindowPopup value ) : void

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

Private Methods

Méthode Description
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

Method Details

FullWindowPopup() public méthode

public FullWindowPopup ( ) : System
Résultat System

GetAttachedPopup() public static méthode

public static GetAttachedPopup ( FrameworkElement obj ) : FullWindowPopup
obj Windows.UI.Xaml.FrameworkElement
Résultat FullWindowPopup

SetAttachedPopup() public static méthode

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

Property Details

AttachedPopupProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AttachedPopupProperty
Résultat Windows.UI.Xaml.DependencyProperty

ChildProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ChildProperty
Résultat Windows.UI.Xaml.DependencyProperty

ChildTransitionsProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ChildTransitionsProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsLightDismissEnabledProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsLightDismissEnabledProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsOpenProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsOpenProperty
Résultat Windows.UI.Xaml.DependencyProperty