C# Class ChessBoardVisualLib.ViewModel.PawnPromotionItem

Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: Ribtoks/Queem

Public Properties

Property Type Description
ColoredFigureProperty System.Windows.DependencyProperty
FigureColorProperty System.Windows.DependencyProperty
FigureTypeProperty System.Windows.DependencyProperty

Public Methods

Method Description
PawnPromotionItem ( Figure figure, System.Color color ) : System
UpdateChessFigure ( Figure newFigure, System.Color newColor ) : void

Method Details

PawnPromotionItem() public method

public PawnPromotionItem ( Figure figure, System.Color color ) : System
figure Figure
color System.Color
return System

UpdateChessFigure() public method

public UpdateChessFigure ( Figure newFigure, System.Color newColor ) : void
newFigure Figure
newColor System.Color
return void

Property Details

ColoredFigureProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColoredFigureProperty
return System.Windows.DependencyProperty

FigureColorProperty public_oe static_oe property

public static DependencyProperty,System.Windows FigureColorProperty
return System.Windows.DependencyProperty

FigureTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows FigureTypeProperty
return System.Windows.DependencyProperty