C# Class P02Project.Screens.SplitGridView

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

Public Methods

Method Description
AnimateIn ( ) : void
AnimateOut ( ) : void
SplitGridView ( PageModel temp ) : System

Constructor

Private Methods

Method Description
splitContentScrollViewer_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Method Details

AnimateIn() public method

public AnimateIn ( ) : void
return void

AnimateOut() public method

public AnimateOut ( ) : void
return void

SplitGridView() public method

Constructor
public SplitGridView ( PageModel temp ) : System
temp PageModel
return System