C# Class WritersBattleField.ViewModel.MarkerViewModel.MarkingButtonObject

MarkingButtonObj
Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: kienaiProject/ArtOfWords

Public Properties

Property Type Description
Button System.Windows.Controls.Primitives.ToggleButton
Mark IMarkable

Protected Methods

Method Description
OnPropertyChanged ( string name, bool status ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name, bool status ) : void
name string
status bool
return void

Property Details

Button public_oe property

public ToggleButton,System.Windows.Controls.Primitives Button
return System.Windows.Controls.Primitives.ToggleButton

Mark public_oe property

public IMarkable Mark
return IMarkable