C# Class Harriet.ViewModels.ChatWindowTextViewModel

チャット枠のフォント設定を表します。
Inheritance: HarrietViewModelBase
Datei anzeigen Open project: malaybaku/harriet Class Usage Examples

Public Methods

Method Description
ChatWindowTextViewModel ( IChatWindowTextSetting setting ) : System.ComponentModel
SelectFont ( ) : void

フォントを選択します。 TODO: 透明度が選択できるようにExtended WPF Toolkitとか使って改善すべき

Private Methods

Method Description
AssignToSetting ( IChatWindowTextSetting setting ) : void
OnModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ChatWindowTextViewModel() public method

public ChatWindowTextViewModel ( IChatWindowTextSetting setting ) : System.ComponentModel
setting IChatWindowTextSetting
return System.ComponentModel

SelectFont() public method

フォントを選択します。 TODO: 透明度が選択できるようにExtended WPF Toolkitとか使って改善すべき
public SelectFont ( ) : void
return void