C# Class Harriet.ViewModels.ChatWindowTextViewModel

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

Méthodes publiques

Méthode Description
ChatWindowTextViewModel ( IChatWindowTextSetting setting ) : System.ComponentModel
SelectFont ( ) : void

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

Private Methods

Méthode Description
AssignToSetting ( IChatWindowTextSetting setting ) : void
OnModelPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ChatWindowTextViewModel() public méthode

public ChatWindowTextViewModel ( IChatWindowTextSetting setting ) : System.ComponentModel
setting IChatWindowTextSetting
Résultat System.ComponentModel

SelectFont() public méthode

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