C# Класс Pebble.WP.Utilities.MenuFlyoutService

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MenuFlyoutProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnElementHolding ( object sender, HoldingRoutedEventArgs args ) : void
OnMenuFlyoutChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the MenuFlyout DependencyProperty.

Описание методов

GetMenuFlyout() публичный статический Метод

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.
Результат MenuFlyout

SetMenuFlyout() публичный статический Метод

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.
Результат void

Описание свойств

MenuFlyoutProperty публичное статическое свойство

Identifies the MenuFlyout attached property.
public static DependencyProperty,Windows.UI.Xaml MenuFlyoutProperty
Результат Windows.UI.Xaml.DependencyProperty