C# Class QuickPad.UI.Theme.VisualTheme

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: yaichenbaum/Quick-Pad Class Usage Examples

Méthodes publiques

Свойство Type Description
DarkColor Color
LightColor Color

Méthodes publiques

Méthode Description
ToString ( ) : string
UpdateBaseBackground ( object sender, QuickPad.UI.Theme.ThemeChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

UpdateBaseBackground() public méthode

public UpdateBaseBackground ( object sender, QuickPad.UI.Theme.ThemeChangedEventArgs e ) : void
sender object
e QuickPad.UI.Theme.ThemeChangedEventArgs
Résultat void

Property Details

DarkColor public_oe static_oe property

public static Color DarkColor
Résultat Color

LightColor public_oe static_oe property

public static Color LightColor
Résultat Color