C# Class X.UI.RichScrollViewer.ScrollViewer

Inheritance: Windows.UI.Xaml.Controls.ContentControl
Show file Open project: liquidboy/X

Public Properties

Property Type Description
FocusColorProperty Windows.UI.Xaml.DependencyProperty
FocusForegroundColorProperty Windows.UI.Xaml.DependencyProperty
FocusHoverColorProperty Windows.UI.Xaml.DependencyProperty
GlowAmountProperty Windows.UI.Xaml.DependencyProperty
GlowColorProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
ScrollViewer ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
DtInvalidate_Tick ( object sender, object e ) : void
OnPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ScrollViewer_Loaded ( object sender, RoutedEventArgs e ) : void
ScrollViewer_Unloaded ( object sender, RoutedEventArgs e ) : void
oneTimeInit ( ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

ScrollViewer() public method

public ScrollViewer ( ) : System
return System

Property Details

FocusColorProperty public static property

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

FocusForegroundColorProperty public static property

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

FocusHoverColorProperty public static property

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

GlowAmountProperty public static property

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

GlowColorProperty public static property

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