C# Class Microsoft.Phone.Controls.DatePickerPage

Represents a page used by the DatePicker control that allows the user to choose a date (day/month/year).
Inheritance: Microsoft.Phone.Controls.Primitives.DateTimePickerPageBase
Afficher le fichier Open project: Kinnara/WPToolkit

Méthodes publiques

Méthode Description
DatePickerPage ( ) : System

Initializes a new instance of the DatePickerPage control.

SetFlowDirection ( FlowDirection flowDirection ) : void

Sets the selectors and title flow direction.

Méthodes protégées

Méthode Description
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.

Method Details

DatePickerPage() public méthode

Initializes a new instance of the DatePickerPage control.
public DatePickerPage ( ) : System
Résultat System

GetSelectorsOrderedByCulturePattern() protected méthode

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

OnOrientationChanged() protected méthode

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

SetFlowDirection() public méthode

Sets the selectors and title flow direction.
public SetFlowDirection ( FlowDirection flowDirection ) : void
flowDirection FlowDirection Flow direction to set.
Résultat void