C# Class CodeValue.SuiteValue.UI.Metro.Controls.TimePicker

Inheritance: Windows.UI.Xaml.Controls.Control, INotifyPropertyChanged
Show file Open project: arielbh/SuiteValue.UI.Metro

Public Properties

Property Type Description
KindProperty Windows.UI.Xaml.DependencyProperty
OrientationProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
TimePicker ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
KindChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnPropertyChanged ( string propertyName ) : void
OnValueChanged ( ValueChangedEventArgs e ) : void
UpdateByDateTime ( System.DateTime newValue ) : void
UpdateToValue ( ) : void
UpdateValue ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

TimePicker() public method

public TimePicker ( ) : System
return System

Property Details

KindProperty public static property

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

OrientationProperty public static property

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

ValueProperty public static property

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