C# Class XboxMediaRemote.Core.Controls.Sidebar

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: nigel-sampson/xbox-media-remote

Public Properties

Property Type Description
CollapsedContentTemplateProperty Windows.UI.Xaml.DependencyProperty
CollapsedContentTemplateSelectorProperty Windows.UI.Xaml.DependencyProperty
CollapsedContentTransitionsProperty Windows.UI.Xaml.DependencyProperty
ExpandedContentTemplateProperty Windows.UI.Xaml.DependencyProperty
ExpandedContentTemplateSelectorProperty Windows.UI.Xaml.DependencyProperty
ExpandedContentTransitionsProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Collapse ( ) : void
Expand ( ) : void
Sidebar ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
OnWindowSizeChanged ( object sender, WindowSizeChangedEventArgs e ) : void
UpdatePopupIsOpen ( ) : void
UpdatePopupSize ( ) : void
UpdateVisualState ( bool useTransitions ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

Expand() public method

public Expand ( ) : void
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Sidebar() public method

public Sidebar ( ) : System
return System

Property Details

CollapsedContentTemplateProperty public static property

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

CollapsedContentTemplateSelectorProperty public static property

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

CollapsedContentTransitionsProperty public static property

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

ExpandedContentTemplateProperty public static property

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

ExpandedContentTemplateSelectorProperty public static property

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

ExpandedContentTransitionsProperty public static property

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