C# 클래스 PocketCampus.IsAcademia.Controls.WeekPicker

Picks weeks.
상속: ObservableControl
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 프로퍼티들

프로퍼티 타입 설명
TextStyleProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
FixDate void
OnSelectedWeekPropertyChanged void
SelectNext void
SelectPrevious void
SetDisplayDate void

공개 메소드들

메소드 설명
WeekPicker ( ) : System

Creates a new WeekPicker control.

비공개 메소드들

메소드 설명
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.

메소드 상세

WeekPicker() 공개 메소드

Creates a new WeekPicker control.
public WeekPicker ( ) : System
리턴 System

프로퍼티 상세

TextStyleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows TextStyleProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty