C# Class Gymnastika.Views.StartupView

Interaction logic for StartupView.xaml
Inheritance: System.Windows.Controls.UserControl, IStartupView
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Свойство Type Description
IsBusyProperty System.Windows.DependencyProperty
IsCenterProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetIsCenter ( DependencyObject obj ) : bool
SetIsCenter ( DependencyObject obj, bool value ) : void
ShowBusyIndicator ( ) : void
StartupView ( StartupViewModel model ) : System

Private Methods

Méthode Description
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnSelectorClick ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsCenter() public static méthode

public static GetIsCenter ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

SetIsCenter() public static méthode

public static SetIsCenter ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

ShowBusyIndicator() public méthode

public ShowBusyIndicator ( ) : void
Résultat void

StartupView() public méthode

public StartupView ( StartupViewModel model ) : System
model Gymnastika.ViewModels.StartupViewModel
Résultat System

Property Details

IsBusyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsBusyProperty
Résultat System.Windows.DependencyProperty

IsCenterProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsCenterProperty
Résultat System.Windows.DependencyProperty