C# 클래스 WinRTXamlToolkit.Controls.CustomAppBar

상속: Windows.UI.Xaml.Controls.ContentControl
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanDismissProperty Windows.UI.Xaml.DependencyProperty
CanOpenProperty Windows.UI.Xaml.DependencyProperty
IsLightDismissEnabledProperty Windows.UI.Xaml.DependencyProperty
IsOpenProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
CustomAppBar ( ) : System

Initializes a new instance of the CustomAppBar class.

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

OnCanDismissChanged ( bool oldCanDismiss, bool newCanDismiss ) : void

Provides derived classes an opportunity to handle changes to the CanDismiss property.

OnCanOpenChanged ( bool oldCanOpen, bool newCanOpen ) : void

Provides derived classes an opportunity to handle changes to the CanOpen property.

OnClosed ( object e ) : void

Called when the app bar closes.

OnIsOpenChanged ( bool oldIsOpen, bool newIsOpen ) : void

Provides derived classes an opportunity to handle changes to the IsOpen property.

OnOpened ( object e ) : void

Called when app bar opens.

비공개 메소드들

메소드 설명
DebugAssertAppBarIsVisible ( ) : void
GoToFloatingHiddenVisualState ( bool useTransitions ) : void
GoToFloatingVisibleVisualState ( bool useTransitions ) : void
OnCanDismissChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CanDismiss property.

OnCanOpenChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the CanOpen property.

OnClosedInternal ( bool useTransitions ) : void
OnCoreWindowPointerPressed ( CoreWindow sender, PointerEventArgs args ) : void
OnCoreWindowPointerReleased ( CoreWindow sender, PointerEventArgs args ) : void
OnEdgeGestureCompleted ( EdgeGesture sender, EdgeGestureEventArgs args ) : void
OnIsOpenChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the IsOpen property.

OnLoaded ( object sender, RoutedEventArgs e ) : void
OnOpenedInternal ( bool useTransitions ) : void
OnSwitchGesture ( ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
SetAppBarPositionOutsideClipBounds ( ) : void

메소드 상세

CustomAppBar() 공개 메소드

Initializes a new instance of the CustomAppBar class.
public CustomAppBar ( ) : System
리턴 System

OnApplyTemplate() 보호된 메소드

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
protected OnApplyTemplate ( ) : void
리턴 void

OnCanDismissChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CanDismiss property.
protected OnCanDismissChanged ( bool oldCanDismiss, bool newCanDismiss ) : void
oldCanDismiss bool The old CanDismiss value
newCanDismiss bool The new CanDismiss value
리턴 void

OnCanOpenChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the CanOpen property.
protected OnCanOpenChanged ( bool oldCanOpen, bool newCanOpen ) : void
oldCanOpen bool The old CanOpen value
newCanOpen bool The new CanOpen value
리턴 void

OnClosed() 보호된 메소드

Called when the app bar closes.
protected OnClosed ( object e ) : void
e object The e.
리턴 void

OnIsOpenChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the IsOpen property.
protected OnIsOpenChanged ( bool oldIsOpen, bool newIsOpen ) : void
oldIsOpen bool The old IsOpen value
newIsOpen bool The new IsOpen value
리턴 void

OnOpened() 보호된 메소드

Called when app bar opens.
protected OnOpened ( object e ) : void
e object The e.
리턴 void

프로퍼티 상세

CanDismissProperty 공개적으로 정적으로 프로퍼티

CanDismiss Dependency Property
public static DependencyProperty,Windows.UI.Xaml CanDismissProperty
리턴 Windows.UI.Xaml.DependencyProperty

CanOpenProperty 공개적으로 정적으로 프로퍼티

CanOpen Dependency Property
public static DependencyProperty,Windows.UI.Xaml CanOpenProperty
리턴 Windows.UI.Xaml.DependencyProperty

IsLightDismissEnabledProperty 공개적으로 정적으로 프로퍼티

IsLightDismissEnabled Dependency Property
public static DependencyProperty,Windows.UI.Xaml IsLightDismissEnabledProperty
리턴 Windows.UI.Xaml.DependencyProperty

IsOpenProperty 공개적으로 정적으로 프로퍼티

IsOpen Dependency Property
public static DependencyProperty,Windows.UI.Xaml IsOpenProperty
리턴 Windows.UI.Xaml.DependencyProperty