C# Class MouseRadar.RadarViewModel

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
RadarViewModel ( ) : System
SetArrowColor ( Color c ) : void
SetCircleColor ( Color c ) : void

Protected Methods

Method Description
FirePropertyChanged ( string propertyName ) : void

Method Details

FirePropertyChanged() protected method

protected FirePropertyChanged ( string propertyName ) : void
propertyName string
return void

RadarViewModel() public method

public RadarViewModel ( ) : System
return System

SetArrowColor() public method

public SetArrowColor ( Color c ) : void
c Color
return void

SetCircleColor() public method

public SetCircleColor ( Color c ) : void
c Color
return void