C# Class X.UI.Chrome.Header

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: liquidboy/X

Public Properties

Property Type Description
EnableResizeFixProperty Windows.UI.Xaml.DependencyProperty
GlowAmountProperty Windows.UI.Xaml.DependencyProperty
GlowColorProperty Windows.UI.Xaml.DependencyProperty
IconUriProperty Windows.UI.Xaml.DependencyProperty
TitleContentProperty Windows.UI.Xaml.DependencyProperty
TitleProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Header ( ) : System
InitChrome ( Application app, ApplicationView applicationView ) : void
Invalidate ( double offsetX, double offsetY ) : void

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
Header_Loaded ( object sender, RoutedEventArgs e ) : void
Header_Unloaded ( object sender, RoutedEventArgs e ) : void
OnEnableResizeFix ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnTitleContentChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
_tlMain_Click ( object sender, RoutedEventArgs e ) : void
oneTimeInit ( ) : void

Method Details

Header() public method

public Header ( ) : System
return System

InitChrome() public method

public InitChrome ( Application app, ApplicationView applicationView ) : void
app Windows.UI.Xaml.Application
applicationView Windows.UI.ViewManagement.ApplicationView
return void

Invalidate() public method

public Invalidate ( double offsetX, double offsetY ) : void
offsetX double
offsetY double
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Property Details

EnableResizeFixProperty public static property

public static DependencyProperty,Windows.UI.Xaml EnableResizeFixProperty
return Windows.UI.Xaml.DependencyProperty

GlowAmountProperty public static property

public static DependencyProperty,Windows.UI.Xaml GlowAmountProperty
return Windows.UI.Xaml.DependencyProperty

GlowColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml GlowColorProperty
return Windows.UI.Xaml.DependencyProperty

IconUriProperty public static property

public static DependencyProperty,Windows.UI.Xaml IconUriProperty
return Windows.UI.Xaml.DependencyProperty

TitleContentProperty public static property

public static DependencyProperty,Windows.UI.Xaml TitleContentProperty
return Windows.UI.Xaml.DependencyProperty

TitleProperty public static property

public static DependencyProperty,Windows.UI.Xaml TitleProperty
return Windows.UI.Xaml.DependencyProperty