C# Class HermitDaveControls.ColorBaseControl

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: hermitdave/HermitDaveWinRTControls

Public Properties

Property Type Description
ColorProperty Windows.UI.Xaml.DependencyProperty
SolidColorBrushProperty Windows.UI.Xaml.DependencyProperty

Protected Methods

Method Description
ColorChanging ( Color color ) : void
UpdateLayoutBasedOnColor ( ) : void

Private Methods

Method Description
OnColorChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

ColorChanging() protected method

protected ColorChanging ( Color color ) : void
color Color
return void

UpdateLayoutBasedOnColor() protected method

protected UpdateLayoutBasedOnColor ( ) : void
return void

Property Details

ColorProperty public static property

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

SolidColorBrushProperty public static property

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