C# Class Xpf.Samples.S05DataBinding101.WithBindingFactory.Card

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: redbadger/XPF Class Usage Examples

Méthodes publiques

Méthode Description
Card ( TextureImage faceDownImage, TextureImage faceUpImage ) : System
OnPropertyChanged ( string propertyName ) : void
Reset ( ) : void

Private Methods

Méthode Description
OnIsCardFaceUpChanged ( bool value ) : void

Method Details

Card() public méthode

public Card ( TextureImage faceDownImage, TextureImage faceUpImage ) : System
faceDownImage RedBadger.Xpf.Media.Imaging.TextureImage
faceUpImage RedBadger.Xpf.Media.Imaging.TextureImage
Résultat System

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void