C# Class CommonControls.Model.GeneralColorPickerViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
GeneralColorPickerViewModel ( ) : System
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
TryParseAsRGBColor ( string str, int &refValue ) : bool

Method Details

GeneralColorPickerViewModel() public method

public GeneralColorPickerViewModel ( ) : System
return System

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void