C# Class eXeMeL.Model.Settings

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: Grandpappy/eXeMeL Class Usage Examples

Private Properties

Property Type Description
GetBrushForCurrentTheme System.Windows.Media.Brush
UpdateBrushes void

Public Methods

Method Description
Settings ( ) : System

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
GetBrushForCurrentTheme ( ThemeBrushTarget target ) : System.Windows.Media.Brush
UpdateBrushes ( ) : void

Method Details

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

Settings() public method

public Settings ( ) : System
return System