C# Class P02Project.Screens.SplitGridView

Interaction logic for SplitGridView.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
Afficher le fichier Open project: raouldc/OptiDev Class Usage Examples

Méthodes publiques

Méthode Description
AnimateIn ( ) : void
AnimateOut ( ) : void
SplitGridView ( PageModel temp ) : System

Constructor

Private Methods

Méthode Description
splitContentScrollViewer_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Method Details

AnimateIn() public méthode

public AnimateIn ( ) : void
Résultat void

AnimateOut() public méthode

public AnimateOut ( ) : void
Résultat void

SplitGridView() public méthode

Constructor
public SplitGridView ( PageModel temp ) : System
temp PageModel
Résultat System