C# 클래스 Microsoft.Phone.Controls.DatePickerPage

Represents a page used by the DatePicker control that allows the user to choose a date (day/month/year).
상속: Microsoft.Phone.Controls.Primitives.DateTimePickerPageBase
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
DatePickerPage ( ) : System

Initializes a new instance of the DatePickerPage control.

SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

보호된 메소드들

메소드 설명
GetSelectorsOrderedByCulturePattern ( ) : IEnumerable

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.

OnOrientationChanged ( OrientationChangedEventArgs e ) : void

Handles changes to the page's Orientation property.

메소드 상세

DatePickerPage() 공개 메소드

Initializes a new instance of the DatePickerPage control.
public DatePickerPage ( ) : System
리턴 System

GetSelectorsOrderedByCulturePattern() 보호된 메소드

Gets a sequence of LoopingSelector parts ordered according to culture string for date/time formatting.
protected GetSelectorsOrderedByCulturePattern ( ) : IEnumerable
리턴 IEnumerable

OnOrientationChanged() 보호된 메소드

Handles changes to the page's Orientation property.
protected OnOrientationChanged ( OrientationChangedEventArgs e ) : void
e OrientationChangedEventArgs Event arguments.
리턴 void

SetFlowDirection() 공개 메소드

Sets the selectors and title flow direction.
public SetFlowDirection ( FlowDirection flowDirection ) : void
flowDirection FlowDirection Flow direction to set.
리턴 void