C# Class JP.Utils.Framework.ScrollViewerStyleChanger

Show file Open project: JuniperPhoton/JP.Utils.UWP

Public Properties

Property Type Description
StyleProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetStyle ( DependencyObject obj ) : Style
SetStyle ( DependencyObject obj, Style value ) : void

Private Methods

Method Description
OnStylePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ScrollViewerStyleChanger_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetStyle() public static method

public static GetStyle ( DependencyObject obj ) : Style
obj Windows.UI.Xaml.DependencyObject
return Windows.UI.Xaml.Style

SetStyle() public static method

public static SetStyle ( DependencyObject obj, Style value ) : void
obj Windows.UI.Xaml.DependencyObject
value Windows.UI.Xaml.Style
return void

Property Details

StyleProperty public static property

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