C# Class Controls.Toolkit.TimePicker

Inheritance: Windows.UI.Xaml.Controls.Control
Afficher le fichier Open project: RedSafi-UX/SugarUIEnhancedControls

Méthodes publiques

Свойство Type Description
ForegroundBrushProperty Windows.UI.Xaml.DependencyProperty
TimerSliderHour TimerSlider
TimerSliderMinute TimerSlider
TxtSplit Windows.UI.Xaml.Controls.TextBlock

Méthodes publiques

Méthode Description
TimePicker ( ) : System

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
OnDateTimeChange ( System.DateTime datetime ) : void
TimerSliderHour_DateTimeChanged ( System.DateTime obj ) : void
TimerSliderHour_Tapped ( object sender, TappedRoutedEventArgs e ) : void
TimerSliderMinute_DateTimeChanged ( System.DateTime obj ) : void
TimerSliderMinute_Tapped ( object sender, TappedRoutedEventArgs e ) : void

Method Details

OnApplyTemplate() protected méthode

protected OnApplyTemplate ( ) : void
Résultat void

TimePicker() public méthode

public TimePicker ( ) : System
Résultat System

Property Details

ForegroundBrushProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ForegroundBrushProperty
Résultat Windows.UI.Xaml.DependencyProperty

TimerSliderHour public_oe property

public TimerSlider,Controls.Toolkit TimerSliderHour
Résultat TimerSlider

TimerSliderMinute public_oe property

public TimerSlider,Controls.Toolkit TimerSliderMinute
Résultat TimerSlider

TxtSplit public_oe property

public TextBlock,Windows.UI.Xaml.Controls TxtSplit
Résultat Windows.UI.Xaml.Controls.TextBlock