C# Class Huaban.UWP.Controls.HBFrame

Inheritance: Windows.UI.Xaml.Controls.ContentControl
Afficher le fichier Open project: dblleaf/Huaban Class Usage Examples

Méthodes publiques

Свойство Type Description
IsWideScreenProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Свойство Type Description
CreatePage HBControl
Page_ManipulationCompleted void

Méthodes publiques

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

Méthodes protégées

Méthode Description
HBPage_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void

Private Methods

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

Method Details

GoBack() public méthode

public GoBack ( ) : void
Résultat void

HBFrame() public méthode

public HBFrame ( ) : System
Résultat System

HBPage_ManipulationDelta() protected méthode

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

Navigate() public méthode

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

Property Details

IsWideScreenProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml IsWideScreenProperty
Résultat Windows.UI.Xaml.DependencyProperty