C# Class ChessBoardVisualLib.ViewModel.PawnPromotionItem

Inheritance: System.Windows.DependencyObject
Show file 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 static property

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

FigureColorProperty public static property

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

FigureTypeProperty public static property

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