C# Class wenku10.Pages.Dialogs.ColorPicker

Inheritance: ContentDialog
ファイルを表示 Open project: tgckpg/wenku10

Public Methods

Method Description
ColorPicker ( ColorItem BindColor ) : System

Private Methods

Method Description
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
HexInput ( object sender, RoutedEventArgs e ) : void
InvalidFormat ( ) : System.Threading.Tasks.Task
NumericInput ( object sender, RoutedEventArgs e ) : void
OutOfRange ( int v, int min, int max ) : System.Threading.Tasks.Task
PresetColors_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
SetTemplate ( ColorItem BindColor ) : void
UpdateColor ( ColorItem C ) : void
VariableGridView_ItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

ColorPicker() public method

public ColorPicker ( ColorItem BindColor ) : System
BindColor ColorItem
return System