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

Inheritance: IAccentColor
Exibir arquivo Open project: BosslandGmbH/Buddy.UI Class Usage Examples

Public Methods

Method 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 method

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.
return System

Apply() public method

public Apply ( ) : void
return void

Equals() public method

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