C# Class CommonControls.Model.GeneralColorPickerViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Méthode Description
GeneralColorPickerViewModel ( ) : System
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
TryParseAsRGBColor ( string str, int &refValue ) : bool

Method Details

GeneralColorPickerViewModel() public méthode

public GeneralColorPickerViewModel ( ) : System
Résultat System

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void