C# Class Buddy.UI.Core.Themes.AccentColor

Inheritance: IAccentColor
Afficher le fichier Open project: BosslandGmbH/Buddy.UI Class Usage Examples

Méthodes publiques

Méthode Description
AccentColor ( System.Windows.ResourceDictionary resourceDictionary, string name ) : System

Initializes a new instance of the AccentColor class.

Apply ( ) : void
Equals ( IAccentColor other ) : bool

Indicates whether the current object is equal to another object of the same type.

Method Details

AccentColor() public méthode

Initializes a new instance of the AccentColor class.
public AccentColor ( System.Windows.ResourceDictionary resourceDictionary, string name ) : System
resourceDictionary System.Windows.ResourceDictionary The resource dictionary.
name string The name.
Résultat System

Apply() public méthode

public Apply ( ) : void
Résultat void

Equals() public méthode

Indicates whether the current object is equal to another object of the same type.
public Equals ( IAccentColor other ) : bool
other IAccentColor The other.
Résultat bool