C# Class Controls.Toolkit.TimerSlider

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: RedSafi-UX/SugarUIEnhancedControls Class Usage Examples

Public Properties

Property Type Description
ContentStyleProperty Windows.UI.Xaml.DependencyProperty
CurrentTypeProperty Windows.UI.Xaml.DependencyProperty
MaxValueProperty Windows.UI.Xaml.DependencyProperty
ShowTicksStyleProperty Windows.UI.Xaml.DependencyProperty
TicksListVisibilityProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
AddObj void
ButtonShowTicks_Click void
ContentButtonClick void
ConvertToInt32 int
InitializeDataSource void
InitializeShowButtonContent void
InitializeTimerSlider void
OnDateTimeChanged void
OnTimeVerticalOffSetPropertyChanged void
Scroll void
ScrollToMiddle void
ScrollToVerticalOffset void
ScrollViewerTicks_ViewChanged void
SetTime void
TimerSlider_Unloaded void
timer_Tick void

Public Methods

Method Description
TimerSlider ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
AddObj ( string content ) : void
ButtonShowTicks_Click ( object sender, RoutedEventArgs e ) : void
ContentButtonClick ( object sender, RoutedEventArgs args ) : void
ConvertToInt32 ( object obj ) : int
InitializeDataSource ( int count ) : void
InitializeShowButtonContent ( ) : void
InitializeTimerSlider ( ) : void
OnDateTimeChanged ( System.DateTime datetime ) : void
OnTimeVerticalOffSetPropertyChanged ( object sender, DependencyPropertyChangedEventArgs args ) : void

Occurs when Time Vertical Offset property is set

Scroll ( double offset ) : void
ScrollToMiddle ( ) : void
ScrollToVerticalOffset ( double scrollOffSet ) : void

Scroll the scroll viewer to specified offset

ScrollViewerTicks_ViewChanged ( object sender, ScrollViewerViewChangedEventArgs e ) : void
SetTime ( ) : void
TimerSlider_Unloaded ( object sender, RoutedEventArgs e ) : void
timer_Tick ( object sender, object e ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

TimerSlider() public method

public TimerSlider ( ) : System
return System

Property Details

ContentStyleProperty public static property

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

CurrentTypeProperty public static property

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

MaxValueProperty public static property

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

ShowTicksStyleProperty public static property

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

TicksListVisibilityProperty public static property

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

ValueProperty public static property

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