C# 클래스 SleepHunter.Settings.ColorTheme

상속: ObservableObject
파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ColorTheme System

공개 메소드들

메소드 설명
ColorTheme ( string key ) : System
ColorTheme ( string name, SolidColorBrush background, SolidColorBrush foreground, bool isDefault = false ) : System
ColorTheme ( string name, string backgroundHexColor, string foregroundHexColor, bool isDefault = false ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ColorTheme ( ) : System

메소드 상세

ColorTheme() 공개 메소드

public ColorTheme ( string key ) : System
key string
리턴 System

ColorTheme() 공개 메소드

public ColorTheme ( string name, SolidColorBrush background, SolidColorBrush foreground, bool isDefault = false ) : System
name string
background System.Windows.Media.SolidColorBrush
foreground System.Windows.Media.SolidColorBrush
isDefault bool
리턴 System

ColorTheme() 공개 메소드

public ColorTheme ( string name, string backgroundHexColor, string foregroundHexColor, bool isDefault = false ) : System
name string
backgroundHexColor string
foregroundHexColor string
isDefault bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string