C# Class PsHandler.Hud.UCColorByValue

Interaction logic for UCColorByValue.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

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

Private Methods

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

Method Details

GetColorByValue() public méthode

public GetColorByValue ( ) : ColorByValue
Résultat ColorByValue

UCColorByValue() public méthode

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