C# Class Com.Aurora.AuWeather.CustomControls.ColorPicker

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: aurora-lzzp/Aurora-Weather

Public Properties

Property Type Description
AccentColorTitleProperty Windows.UI.Xaml.DependencyProperty
ColorGridHeightProperty Windows.UI.Xaml.DependencyProperty
ColorGridWidthProperty Windows.UI.Xaml.DependencyProperty
ColorsProperty Windows.UI.Xaml.DependencyProperty
PickedProperty Windows.UI.Xaml.DependencyProperty
TitleProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
ColorPicker ( ) : Com.Aurora.Shared

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
OnColorPicked ( Color color, bool isSystem ) : void
OnColorsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnPickedChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
Root_ItemClick ( object sender, ItemClickEventArgs e ) : void
Root_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

ColorPicker() public method

public ColorPicker ( ) : Com.Aurora.Shared
return Com.Aurora.Shared

Property Details

AccentColorTitleProperty public static property

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

ColorGridHeightProperty public static property

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

ColorGridWidthProperty public static property

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

ColorsProperty public static property

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

PickedProperty public static property

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

TitleProperty public static property

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