C# Class Utilities.PCsettings

Interaction logic for PCsettings.xaml
Mostra file Open project: redinkinc/Utilities

Private Properties

Property Type Description
SaveButton_OnClick void
StartColorBox_OnSelectionChanged void
StopColorBox_OnSelectionChanged void
headerThumb_DragDelta void

Public Methods

Method Description
GetColorName ( Color color ) : string
PCsettings ( ParallelCoordinatesControl pcControl ) : System

Private Methods

Method Description
SaveButton_OnClick ( object sender, RoutedEventArgs e ) : void
StartColorBox_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
StopColorBox_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
headerThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void

Method Details

GetColorName() public static method

public static GetColorName ( Color color ) : string
color Color
return string

PCsettings() public method

public PCsettings ( ParallelCoordinatesControl pcControl ) : System
pcControl ParallelCoordinatesControl
return System