C# Class Caliburn.Micro.BindableAppBar.BindableAppBar

Inheritance: System.Windows.Controls.ItemsControl, IApplicationBar
显示文件 Open project: kamranayub/CaliburnBindableAppBar Class Usage Examples

Public Properties

Property Type Description
BackgroundColorProperty System.Windows.DependencyProperty
BarOpacityProperty DependencyProperty
ForegroundColorProperty DependencyProperty
IsMenuEnabledProperty DependencyProperty
IsVisibleProperty DependencyProperty
ModeProperty DependencyProperty

Public Methods

Method Description
BindableAppBar ( ) : System
Invalidate ( ) : void

Protected Methods

Method Description
OnInvalidated ( ) : void
OnItemsChanged ( System e ) : void

Private Methods

Method Description
ApplicationBarStateChanged ( object sender, Microsoft.Phone.Shell.ApplicationBarStateChangedEventArgs e ) : void
BackgroundColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
BarOpacityChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
BindableApplicationBarLoaded ( object sender, RoutedEventArgs e ) : void
ForegroundColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
IsMenuEnabledChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnModeChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnVisibleChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

BindableAppBar() public method

public BindableAppBar ( ) : System
return System

Invalidate() public method

public Invalidate ( ) : void
return void

OnInvalidated() protected method

protected OnInvalidated ( ) : void
return void

OnItemsChanged() protected method

protected OnItemsChanged ( System e ) : void
e System
return void

Property Details

BackgroundColorProperty public_oe static_oe property

public static DependencyProperty,System.Windows BackgroundColorProperty
return System.Windows.DependencyProperty

BarOpacityProperty public_oe static_oe property

public static DependencyProperty BarOpacityProperty
return DependencyProperty

ForegroundColorProperty public_oe static_oe property

public static DependencyProperty ForegroundColorProperty
return DependencyProperty

IsMenuEnabledProperty public_oe static_oe property

public static DependencyProperty IsMenuEnabledProperty
return DependencyProperty

IsVisibleProperty public_oe static_oe property

public static DependencyProperty IsVisibleProperty
return DependencyProperty

ModeProperty public_oe static_oe property

public static DependencyProperty ModeProperty
return DependencyProperty