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

Represents a page used by the TimePicker control that allows the user to choose a time (hour/minute/am/pm).
상속: Microsoft.Phone.Controls.Primitives.DateTimePickerPageBase
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

TimePickerPage ( ) : System

Initializes a new instance of the TimePickerPage control.

보호된 메소드들

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

메소드 상세

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

TimePickerPage() 공개 메소드

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