C# Class PocketCampus.IsAcademia.Controls.WeekPicker

Picks weeks.
Inheritance: ObservableControl
ファイルを表示 Open project: accandme/pocketcampus

Public Properties

Property Type Description
TextStyleProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
FixDate void
OnSelectedWeekPropertyChanged void
SelectNext void
SelectPrevious void
SetDisplayDate void

Public Methods

Method Description
WeekPicker ( ) : System

Creates a new WeekPicker control.

Private Methods

Method Description
FixDate ( ) : void

Ensures the selected date is the start of a week.

OnSelectedWeekPropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SelectNext ( ) : void

Selects the next week.

SelectPrevious ( ) : void

Selects the previous week.

SetDisplayDate ( ) : void

Sets the display date.

Method Details

WeekPicker() public method

Creates a new WeekPicker control.
public WeekPicker ( ) : System
return System

Property Details

TextStyleProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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