C# Class Huaban.UWP.Controls.HBFrame

Inheritance: Windows.UI.Xaml.Controls.ContentControl
Mostrar archivo Open project: dblleaf/Huaban Class Usage Examples

Public Properties

Property Type Description
IsWideScreenProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
CreatePage HBControl
Page_ManipulationCompleted void

Public Methods

Method Description
GoBack ( ) : void
HBFrame ( ) : System
Navigate ( Type sourcePageType, object parameter = null, string targetName = null ) : bool

Protected Methods

Method Description
HBPage_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void

Private Methods

Method Description
CreatePage ( Type type, string targetName = null ) : HBControl
Page_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void

Method Details

GoBack() public method

public GoBack ( ) : void
return void

HBFrame() public method

public HBFrame ( ) : System
return System

HBPage_ManipulationDelta() protected method

protected HBPage_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs
return void

Navigate() public method

public Navigate ( Type sourcePageType, object parameter = null, string targetName = null ) : bool
sourcePageType System.Type
parameter object
targetName string
return bool

Property Details

IsWideScreenProperty public_oe static_oe property

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