C# Класс Harriet.Views.Converters.FontFamilyStringConverter

文字列とフォントファミリーとを変換します。
Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

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

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

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

Описание методов

Convert() публичный Метод

文字列をフォントファミリに変換します。
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object

ConvertBack() публичный Метод

フォントファミリを文字列に変換します。
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object