C# 클래스 Pebble.WP.Utilities.MenuFlyoutService

파일 보기 프로젝트 열기: barometz/flint

공개 프로퍼티들

프로퍼티 타입 설명
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