C# Class SoftwareKobo.UniversalToolkit.Controls.FullWindowPopup

Inheritance: Windows.UI.Xaml.FrameworkElement
Mostrar archivo Open project: h82258652/SoftwareKobo.UniversalToolkit Class Usage Examples

Public Properties

Property 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

Property Type Description
AttachedPopupChanged void
ChildChanged void
ChildTransitionsChanged void
IsLightDismissEnabledChanged void
IsOpenChanged void
ReSize void

Public Methods

Method Description
FullWindowPopup ( ) : System
GetAttachedPopup ( FrameworkElement obj ) : FullWindowPopup
SetAttachedPopup ( FrameworkElement obj, FullWindowPopup value ) : void

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

Private Methods

Method 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 method

public FullWindowPopup ( ) : System
return System

GetAttachedPopup() public static method

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

SetAttachedPopup() public static method

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

Property Details

AttachedPopupProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AttachedPopupProperty
return Windows.UI.Xaml.DependencyProperty

ChildProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ChildProperty
return Windows.UI.Xaml.DependencyProperty

ChildTransitionsProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ChildTransitionsProperty
return Windows.UI.Xaml.DependencyProperty

IsLightDismissEnabledProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsLightDismissEnabledProperty
return Windows.UI.Xaml.DependencyProperty

IsOpenProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsOpenProperty
return Windows.UI.Xaml.DependencyProperty