C# Class Harriet.Views.Converters.FontFamilyStringConverter

文字列とフォントファミリーとを変換します。
Inheritance: IValueConverter
Afficher le fichier Open project: malaybaku/harriet

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

文字列をフォントファミリに変換します。

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

フォントファミリを文字列に変換します。

Method Details

Convert() public méthode

文字列をフォントファミリに変換します。
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

フォントファミリを文字列に変換します。
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object