C# Class Controls.Toolkit.TimePicker

Inheritance: Windows.UI.Xaml.Controls.Control
Mostrar archivo Open project: RedSafi-UX/SugarUIEnhancedControls

Public Properties

Property Type Description
ForegroundBrushProperty Windows.UI.Xaml.DependencyProperty
TimerSliderHour TimerSlider
TimerSliderMinute TimerSlider
TxtSplit Windows.UI.Xaml.Controls.TextBlock

Public Methods

Method Description
TimePicker ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method 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 method

protected OnApplyTemplate ( ) : void
return void

TimePicker() public method

public TimePicker ( ) : System
return System

Property Details

ForegroundBrushProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ForegroundBrushProperty
return Windows.UI.Xaml.DependencyProperty

TimerSliderHour public_oe property

public TimerSlider,Controls.Toolkit TimerSliderHour
return TimerSlider

TimerSliderMinute public_oe property

public TimerSlider,Controls.Toolkit TimerSliderMinute
return TimerSlider

TxtSplit public_oe property

public TextBlock,Windows.UI.Xaml.Controls TxtSplit
return Windows.UI.Xaml.Controls.TextBlock