C# Class Pebble.WP.Utilities.MenuFlyoutService

Afficher le fichier Open project: barometz/flint

Méthodes publiques

Свойство Type Description
MenuFlyoutProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetMenuFlyout ( DependencyObject element ) : MenuFlyout

Gets the value of the MenuFlyout property of the specified object.

SetMenuFlyout ( DependencyObject element, MenuFlyout value ) : void

Sets the value of the MenuFlyout property of the specified object.

Private Methods

Méthode Description
OnElementHolding ( object sender, HoldingRoutedEventArgs args ) : void
OnMenuFlyoutChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the MenuFlyout DependencyProperty.

Method Details

GetMenuFlyout() public static méthode

Gets the value of the MenuFlyout property of the specified object.
public static GetMenuFlyout ( DependencyObject element ) : MenuFlyout
element Windows.UI.Xaml.DependencyObject Object to query concerning the MenuFlyout property.
Résultat MenuFlyout

SetMenuFlyout() public static méthode

Sets the value of the MenuFlyout property of the specified object.
public static SetMenuFlyout ( DependencyObject element, MenuFlyout value ) : void
element Windows.UI.Xaml.DependencyObject Object to set the property on.
value MenuFlyout Value to set.
Résultat void

Property Details

MenuFlyoutProperty public_oe static_oe property

Identifies the MenuFlyout attached property.
public static DependencyProperty,Windows.UI.Xaml MenuFlyoutProperty
Résultat Windows.UI.Xaml.DependencyProperty