C# 클래스 PCSX2Bonus.UserStyles

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ButtonBackgroundBrush System.Windows.Media.SolidColorBrush
ButtonDisabledBrush System.Windows.Media.SolidColorBrush
ButtonFontBrush System.Windows.Media.SolidColorBrush
ButtonFontDisabledBrush System.Windows.Media.SolidColorBrush
ButtonFontFamily FontFamily
ButtonFontMouseOverBrush System.Windows.Media.SolidColorBrush
ButtonFontSize double
ButtonFontWeight System.Windows.FontWeight
ButtonMouseOverBrush System.Windows.Media.SolidColorBrush
ButtonPressedBrush System.Windows.Media.SolidColorBrush
CheckBoxBackgroundBrush System.Windows.Media.SolidColorBrush
CheckBoxBorderBrush System.Windows.Media.SolidColorBrush
CheckBoxBorderThickness System.Windows.Thickness
CheckBoxFontBrush System.Windows.Media.SolidColorBrush
CheckBoxFontFamily FontFamily
CheckBoxFontMouseOverBrush System.Windows.Media.SolidColorBrush
CheckBoxFontSize double
CheckBoxFontWeight System.Windows.FontWeight
CheckBoxMouseOverBrush System.Windows.Media.SolidColorBrush
ComboBoxBackgroundBrush System.Windows.Media.SolidColorBrush
ComboBoxBorderBrush System.Windows.Media.SolidColorBrush
ComboBoxBorderThickness System.Windows.Thickness
ComboBoxFontBrush System.Windows.Media.SolidColorBrush
ComboBoxFontFamily FontFamily
ComboBoxFontMouseOverBrush System.Windows.Media.SolidColorBrush
ComboBoxFontSize double
ComboBoxFontWeight System.Windows.FontWeight
ComboBoxMouseOverBrush System.Windows.Media.SolidColorBrush
ComboBoxSubBackgroundBrush System.Windows.Media.SolidColorBrush
ComboBoxSubFontBrush System.Windows.Media.SolidColorBrush
ComboBoxSubFontFamily FontFamily
ComboBoxSubFontMouseOverBrush System.Windows.Media.SolidColorBrush
ComboBoxSubFontSize double
ComboBoxSubFontWeight System.Windows.FontWeight
ComboBoxSubMouseOverBrush System.Windows.Media.SolidColorBrush
GridViewHeaderBackgroundBrush System.Windows.Media.SolidColorBrush
GridViewHeaderBorderBrush System.Windows.Media.SolidColorBrush
GridViewHeaderBorderThickness System.Windows.Thickness
GridViewHeaderFontBrush System.Windows.Media.SolidColorBrush
GridViewHeaderFontFamily FontFamily
GridViewHeaderFontSize double
GridViewHeaderFontWeight System.Windows.FontWeight
GridViewMouseOverBrush System.Windows.Media.SolidColorBrush
ListViewAlternateRowBrush System.Windows.Media.SolidColorBrush
ListViewBackgroundBrush System.Windows.Media.SolidColorBrush
ListViewFontBrush System.Windows.Media.SolidColorBrush
ListViewFontFamily FontFamily
ListViewFontMouseOverBrush System.Windows.Media.SolidColorBrush
ListViewFontSelectionBrush System.Windows.Media.SolidColorBrush
ListViewFontSize double
ListViewFontWeight System.Windows.FontWeight
ListViewImageHeight double
ListViewImageSize System.Windows.Size
ListViewImageWidth double
ListViewSelectionBrush System.Windows.Media.SolidColorBrush
MenuFontBrush System.Windows.Media.SolidColorBrush
MenuFontFamily FontFamily
MenuFontMouseOverBrush System.Windows.Media.SolidColorBrush
MenuFontSize double
MenuFontWeight System.Windows.FontWeight
MenuSubBackgroundBrush System.Windows.Media.SolidColorBrush
MenuSubFontBrush System.Windows.Media.SolidColorBrush
MenuSubFontFamily FontFamily
MenuSubFontMouseOverBrush System.Windows.Media.SolidColorBrush
MenuSubFontSize double
MenuSubFontWeight System.Windows.FontWeight
MenuSubMouseOverBrush System.Windows.Media.SolidColorBrush
TabBackgroundBrush System.Windows.Media.SolidColorBrush
TabFontBrush System.Windows.Media.SolidColorBrush
TabFontFamily FontFamily
TabFontMouseOverBrush System.Windows.Media.SolidColorBrush
TabFontSize double
TabFontWeight System.Windows.FontWeight
TabSubBackgroundBrush System.Windows.Media.SolidColorBrush
TabSubFontBrush System.Windows.Media.SolidColorBrush
TabSubFontFamily FontFamily
TabSubFontMouseOverBrush System.Windows.Media.SolidColorBrush
TabSubFontSize double
TabSubFontWeight System.Windows.FontWeight
TabSubSelectionBrush System.Windows.Media.SolidColorBrush
TextBoxBackgroundBrush System.Windows.Media.SolidColorBrush
TextBoxBorderBrush System.Windows.Media.SolidColorBrush
TextBoxBorderThickness System.Windows.Thickness
TextBoxFontBrush System.Windows.Media.SolidColorBrush
TextBoxFontFamily FontFamily
TextBoxFontSize double
TextBoxFontWeight System.Windows.FontWeight
TileViewImageHeight double
TileViewImageSize System.Windows.Size
TileViewImageWidth double
WindowBackgroundBrush System.Windows.Media.SolidColorBrush

공개 메소드들

메소드 설명
LoadTheme ( string xmlFile ) : void

비공개 메소드들

메소드 설명
GetThemeBrush ( string element, string attribute, SolidColorBrush fallback ) : SolidColorBrush
GetThemeDouble ( string element, string attribute, double fallback ) : double
GetThemeFont ( string element, string attribute, FontFamily fallback ) : FontFamily
GetThemeFontWeight ( string element, string attribute, System.Windows.FontWeight fallback ) : System.Windows.FontWeight
GetThemeThickness ( string element, string attribute, System.Windows.Thickness fallback ) : System.Windows.Thickness
GetThemeValue ( string element, string attribute ) : string
OnPropertyChanged ( string property ) : void

메소드 상세

LoadTheme() 공개 정적인 메소드

public static LoadTheme ( string xmlFile ) : void
xmlFile string
리턴 void

프로퍼티 상세

ButtonBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

ButtonDisabledBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonDisabledBrush
리턴 System.Windows.Media.SolidColorBrush

ButtonFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonFontBrush
리턴 System.Windows.Media.SolidColorBrush

ButtonFontDisabledBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonFontDisabledBrush
리턴 System.Windows.Media.SolidColorBrush

ButtonFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily ButtonFontFamily
리턴 FontFamily

ButtonFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ButtonFontSize 공개적으로 정적으로 프로퍼티

public static double ButtonFontSize
리턴 double

ButtonFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows ButtonFontWeight
리턴 System.Windows.FontWeight

ButtonMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ButtonPressedBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ButtonPressedBrush
리턴 System.Windows.Media.SolidColorBrush

CheckBoxBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media CheckBoxBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

CheckBoxBorderBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media CheckBoxBorderBrush
리턴 System.Windows.Media.SolidColorBrush

CheckBoxBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness,System.Windows CheckBoxBorderThickness
리턴 System.Windows.Thickness

CheckBoxFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media CheckBoxFontBrush
리턴 System.Windows.Media.SolidColorBrush

CheckBoxFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily CheckBoxFontFamily
리턴 FontFamily

CheckBoxFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media CheckBoxFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

CheckBoxFontSize 공개적으로 정적으로 프로퍼티

public static double CheckBoxFontSize
리턴 double

CheckBoxFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows CheckBoxFontWeight
리턴 System.Windows.FontWeight

CheckBoxMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media CheckBoxMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxBorderBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxBorderBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness,System.Windows ComboBoxBorderThickness
리턴 System.Windows.Thickness

ComboBoxFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxFontBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily ComboBoxFontFamily
리턴 FontFamily

ComboBoxFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxFontSize 공개적으로 정적으로 프로퍼티

public static double ComboBoxFontSize
리턴 double

ComboBoxFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows ComboBoxFontWeight
리턴 System.Windows.FontWeight

ComboBoxMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxSubBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxSubBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxSubFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxSubFontBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxSubFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily ComboBoxSubFontFamily
리턴 FontFamily

ComboBoxSubFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxSubFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ComboBoxSubFontSize 공개적으로 정적으로 프로퍼티

public static double ComboBoxSubFontSize
리턴 double

ComboBoxSubFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows ComboBoxSubFontWeight
리턴 System.Windows.FontWeight

ComboBoxSubMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ComboBoxSubMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

GridViewHeaderBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media GridViewHeaderBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

GridViewHeaderBorderBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media GridViewHeaderBorderBrush
리턴 System.Windows.Media.SolidColorBrush

GridViewHeaderBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness,System.Windows GridViewHeaderBorderThickness
리턴 System.Windows.Thickness

GridViewHeaderFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media GridViewHeaderFontBrush
리턴 System.Windows.Media.SolidColorBrush

GridViewHeaderFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily GridViewHeaderFontFamily
리턴 FontFamily

GridViewHeaderFontSize 공개적으로 정적으로 프로퍼티

public static double GridViewHeaderFontSize
리턴 double

GridViewHeaderFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows GridViewHeaderFontWeight
리턴 System.Windows.FontWeight

GridViewMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media GridViewMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ListViewAlternateRowBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ListViewAlternateRowBrush
리턴 System.Windows.Media.SolidColorBrush

ListViewBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ListViewBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

ListViewFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ListViewFontBrush
리턴 System.Windows.Media.SolidColorBrush

ListViewFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily ListViewFontFamily
리턴 FontFamily

ListViewFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ListViewFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

ListViewFontSelectionBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ListViewFontSelectionBrush
리턴 System.Windows.Media.SolidColorBrush

ListViewFontSize 공개적으로 정적으로 프로퍼티

public static double ListViewFontSize
리턴 double

ListViewFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows ListViewFontWeight
리턴 System.Windows.FontWeight

ListViewImageHeight 공개적으로 정적으로 프로퍼티

public static double ListViewImageHeight
리턴 double

ListViewImageSize 공개적으로 정적으로 프로퍼티

public static Size,System.Windows ListViewImageSize
리턴 System.Windows.Size

ListViewImageWidth 공개적으로 정적으로 프로퍼티

public static double ListViewImageWidth
리턴 double

ListViewSelectionBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media ListViewSelectionBrush
리턴 System.Windows.Media.SolidColorBrush

MenuFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media MenuFontBrush
리턴 System.Windows.Media.SolidColorBrush

MenuFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily MenuFontFamily
리턴 FontFamily

MenuFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media MenuFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

MenuFontSize 공개적으로 정적으로 프로퍼티

public static double MenuFontSize
리턴 double

MenuFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows MenuFontWeight
리턴 System.Windows.FontWeight

MenuSubBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media MenuSubBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

MenuSubFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media MenuSubFontBrush
리턴 System.Windows.Media.SolidColorBrush

MenuSubFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily MenuSubFontFamily
리턴 FontFamily

MenuSubFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media MenuSubFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

MenuSubFontSize 공개적으로 정적으로 프로퍼티

public static double MenuSubFontSize
리턴 double

MenuSubFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows MenuSubFontWeight
리턴 System.Windows.FontWeight

MenuSubMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media MenuSubMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

TabBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

TabFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabFontBrush
리턴 System.Windows.Media.SolidColorBrush

TabFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily TabFontFamily
리턴 FontFamily

TabFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

TabFontSize 공개적으로 정적으로 프로퍼티

public static double TabFontSize
리턴 double

TabFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows TabFontWeight
리턴 System.Windows.FontWeight

TabSubBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabSubBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

TabSubFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabSubFontBrush
리턴 System.Windows.Media.SolidColorBrush

TabSubFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily TabSubFontFamily
리턴 FontFamily

TabSubFontMouseOverBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabSubFontMouseOverBrush
리턴 System.Windows.Media.SolidColorBrush

TabSubFontSize 공개적으로 정적으로 프로퍼티

public static double TabSubFontSize
리턴 double

TabSubFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows TabSubFontWeight
리턴 System.Windows.FontWeight

TabSubSelectionBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TabSubSelectionBrush
리턴 System.Windows.Media.SolidColorBrush

TextBoxBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TextBoxBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush

TextBoxBorderBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TextBoxBorderBrush
리턴 System.Windows.Media.SolidColorBrush

TextBoxBorderThickness 공개적으로 정적으로 프로퍼티

public static Thickness,System.Windows TextBoxBorderThickness
리턴 System.Windows.Thickness

TextBoxFontBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media TextBoxFontBrush
리턴 System.Windows.Media.SolidColorBrush

TextBoxFontFamily 공개적으로 정적으로 프로퍼티

public static FontFamily TextBoxFontFamily
리턴 FontFamily

TextBoxFontSize 공개적으로 정적으로 프로퍼티

public static double TextBoxFontSize
리턴 double

TextBoxFontWeight 공개적으로 정적으로 프로퍼티

public static FontWeight,System.Windows TextBoxFontWeight
리턴 System.Windows.FontWeight

TileViewImageHeight 공개적으로 정적으로 프로퍼티

public static double TileViewImageHeight
리턴 double

TileViewImageSize 공개적으로 정적으로 프로퍼티

public static Size,System.Windows TileViewImageSize
리턴 System.Windows.Size

TileViewImageWidth 공개적으로 정적으로 프로퍼티

public static double TileViewImageWidth
리턴 double

WindowBackgroundBrush 공개적으로 정적으로 프로퍼티

public static SolidColorBrush,System.Windows.Media WindowBackgroundBrush
리턴 System.Windows.Media.SolidColorBrush