C# 클래스 Cimbalino.Phone.Toolkit.Behaviors.ApplicationBar

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundColorProperty System.Windows.DependencyProperty
ButtonsProperty System.Windows.DependencyProperty
ForegroundColorProperty System.Windows.DependencyProperty
IsMenuEnabledProperty System.Windows.DependencyProperty
IsVisibleProperty System.Windows.DependencyProperty
MenuItemsProperty System.Windows.DependencyProperty
ModeProperty System.Windows.DependencyProperty
OpacityProperty System.Windows.DependencyProperty
StateChangedCommandProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ApplicationBarStateChanged void
OnIsVisibleChanged void

공개 메소드들

메소드 설명
ApplicationBar ( ) : System

Initializes a new instance of the ApplicationBar class.

보호된 메소드들

메소드 설명
OnBackgroundColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called after the background color of the ApplicationBar is changed.

OnForegroundColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called after the foreground color of the ApplicationBar is changed.

OnIsMenuEnabledChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called after the menu enabled state of the Application Bar is changed.

OnModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called after the size of the ApplicationBar is changed.

OnOpacityChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called after the opacity of the ApplicationBar is changed.

비공개 메소드들

메소드 설명
ApplicationBarStateChanged ( object sender, Microsoft.Phone.Shell.ApplicationBarStateChangedEventArgs e ) : void
OnIsVisibleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called after the visible state of the Application Bar is changed.

메소드 상세

ApplicationBar() 공개 메소드

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

OnBackgroundColorChanged() 보호된 정적인 메소드

Called after the background color of the ApplicationBar is changed.
protected static OnBackgroundColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject The .
e System.Windows.DependencyPropertyChangedEventArgs The instance containing the event data.
리턴 void

OnForegroundColorChanged() 보호된 정적인 메소드

Called after the foreground color of the ApplicationBar is changed.
protected static OnForegroundColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject The .
e System.Windows.DependencyPropertyChangedEventArgs The instance containing the event data.
리턴 void

OnIsMenuEnabledChanged() 보호된 정적인 메소드

Called after the menu enabled state of the Application Bar is changed.
protected static OnIsMenuEnabledChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject The .
e System.Windows.DependencyPropertyChangedEventArgs The instance containing the event data.
리턴 void

OnModeChanged() 보호된 정적인 메소드

Called after the size of the ApplicationBar is changed.
protected static OnModeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject The .
e System.Windows.DependencyPropertyChangedEventArgs The instance containing the event data.
리턴 void

OnOpacityChanged() 보호된 정적인 메소드

Called after the opacity of the ApplicationBar is changed.
protected static OnOpacityChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject The .
e System.Windows.DependencyPropertyChangedEventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

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

Identifier for the BackgroundColor dependency property.
public static DependencyProperty,System.Windows BackgroundColorProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the Buttons dependency property.
public static DependencyProperty,System.Windows ButtonsProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the ForegroundColor dependency property.
public static DependencyProperty,System.Windows ForegroundColorProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the IsMenuEnabled dependency property.
public static DependencyProperty,System.Windows IsMenuEnabledProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the IsVisible dependency property.
public static DependencyProperty,System.Windows IsVisibleProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the MenuItems dependency property.
public static DependencyProperty,System.Windows MenuItemsProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the Mode dependency property.
public static DependencyProperty,System.Windows ModeProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the Opacity dependency property.
public static DependencyProperty,System.Windows OpacityProperty
리턴 System.Windows.DependencyProperty

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

Identifier for the StateChangedCommand dependency property.
public static DependencyProperty,System.Windows StateChangedCommandProperty
리턴 System.Windows.DependencyProperty