C# Class PsHandler.Hud.UCColorByValue

Interaction logic for UCColorByValue.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: kampiuceris/PsHandler

Public Methods

Method Description
GetColorByValue ( ) : ColorByValue
UCColorByValue ( Window owner, StackPanel stackPanel, ColorByValue colorByValue = null ) : System

Private Methods

Method Description
Button_Remove_Click ( object sender, RoutedEventArgs e ) : void
GetValues ( decimal &greaterOrEqual, decimal &less ) : bool
Validate ( ) : bool

Method Details

GetColorByValue() public method

public GetColorByValue ( ) : ColorByValue
return ColorByValue

UCColorByValue() public method

public UCColorByValue ( Window owner, StackPanel stackPanel, ColorByValue colorByValue = null ) : System
owner System.Windows.Window
stackPanel System.Windows.Controls.StackPanel
colorByValue ColorByValue
return System