C# Class dnSpy.Contracts.Settings.Fonts.ThemeFontSettings

Theme font settings
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Méthodes publiques

Méthode Description
GetSettings ( System.Guid themeGuid ) : FontSettings

Gets theme settings

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Raises PropertyChanged

ThemeFontSettings ( ) : System

Constructor

Method Details

GetSettings() public abstract méthode

Gets theme settings
public abstract GetSettings ( System.Guid themeGuid ) : FontSettings
themeGuid System.Guid Guid of theme
Résultat FontSettings

OnPropertyChanged() protected méthode

Raises PropertyChanged
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Property name
Résultat void

ThemeFontSettings() protected méthode

Constructor
protected ThemeFontSettings ( ) : System
Résultat System