C# Class Cimbalino.Phone.Toolkit.Behaviors.ApplicationBar

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: Cimbalino/Cimbalino-Phone-Toolkit

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
ApplicationBarStateChanged void
OnIsVisibleChanged void

Méthodes publiques

Méthode Description
ApplicationBar ( ) : System

Initializes a new instance of the ApplicationBar class.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

ApplicationBar() public méthode

Initializes a new instance of the ApplicationBar class.
public ApplicationBar ( ) : System
Résultat System

OnBackgroundColorChanged() protected static méthode

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.
Résultat void

OnForegroundColorChanged() protected static méthode

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.
Résultat void

OnIsMenuEnabledChanged() protected static méthode

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.
Résultat void

OnModeChanged() protected static méthode

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.
Résultat void

OnOpacityChanged() protected static méthode

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.
Résultat void

Property Details

BackgroundColorProperty public_oe static_oe property

Identifier for the BackgroundColor dependency property.
public static DependencyProperty,System.Windows BackgroundColorProperty
Résultat System.Windows.DependencyProperty

ButtonsProperty public_oe static_oe property

Identifier for the Buttons dependency property.
public static DependencyProperty,System.Windows ButtonsProperty
Résultat System.Windows.DependencyProperty

ForegroundColorProperty public_oe static_oe property

Identifier for the ForegroundColor dependency property.
public static DependencyProperty,System.Windows ForegroundColorProperty
Résultat System.Windows.DependencyProperty

IsMenuEnabledProperty public_oe static_oe property

Identifier for the IsMenuEnabled dependency property.
public static DependencyProperty,System.Windows IsMenuEnabledProperty
Résultat System.Windows.DependencyProperty

IsVisibleProperty public_oe static_oe property

Identifier for the IsVisible dependency property.
public static DependencyProperty,System.Windows IsVisibleProperty
Résultat System.Windows.DependencyProperty

MenuItemsProperty public_oe static_oe property

Identifier for the MenuItems dependency property.
public static DependencyProperty,System.Windows MenuItemsProperty
Résultat System.Windows.DependencyProperty

ModeProperty public_oe static_oe property

Identifier for the Mode dependency property.
public static DependencyProperty,System.Windows ModeProperty
Résultat System.Windows.DependencyProperty

OpacityProperty public_oe static_oe property

Identifier for the Opacity dependency property.
public static DependencyProperty,System.Windows OpacityProperty
Résultat System.Windows.DependencyProperty

StateChangedCommandProperty public_oe static_oe property

Identifier for the StateChangedCommand dependency property.
public static DependencyProperty,System.Windows StateChangedCommandProperty
Résultat System.Windows.DependencyProperty