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

Theme font settings
Inheritance: INotifyPropertyChanged
Show file Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
GetSettings ( System.Guid themeGuid ) : FontSettings

Gets theme settings

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Raises PropertyChanged

ThemeFontSettings ( ) : System

Constructor

Method Details

GetSettings() public abstract method

Gets theme settings
public abstract GetSettings ( System.Guid themeGuid ) : FontSettings
themeGuid System.Guid Guid of theme
return FontSettings

OnPropertyChanged() protected method

Raises PropertyChanged
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Property name
return void

ThemeFontSettings() protected method

Constructor
protected ThemeFontSettings ( ) : System
return System