C# Class Gymnastika.Views.StartupView

Interaction logic for StartupView.xaml
Inheritance: System.Windows.Controls.UserControl, IStartupView
ファイルを表示 Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
IsBusyProperty System.Windows.DependencyProperty
IsCenterProperty System.Windows.DependencyProperty

Public Methods

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

Private Methods

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

Method Details

GetIsCenter() public static method

public static GetIsCenter ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsCenter() public static method

public static SetIsCenter ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

ShowBusyIndicator() public method

public ShowBusyIndicator ( ) : void
return void

StartupView() public method

public StartupView ( StartupViewModel model ) : System
model Gymnastika.ViewModels.StartupViewModel
return System

Property Details

IsBusyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsBusyProperty
return System.Windows.DependencyProperty

IsCenterProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsCenterProperty
return System.Windows.DependencyProperty