C# 클래스 dnSpy.Contracts.Settings.Fonts.ThemeFontSettings

Theme font settings
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

공개 메소드들

메소드 설명
GetSettings ( System.Guid themeGuid ) : FontSettings

Gets theme settings

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

Raises PropertyChanged

ThemeFontSettings ( ) : System

Constructor

메소드 상세

GetSettings() 공개 추상적인 메소드

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

OnPropertyChanged() 보호된 메소드

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

ThemeFontSettings() 보호된 메소드

Constructor
protected ThemeFontSettings ( ) : System
리턴 System