C# 클래스 Harriet.Views.Converters.FontFamilyStringConverter

文字列とフォントファミリーとを変換します。
상속: IValueConverter
파일 보기 프로젝트 열기: malaybaku/harriet

공개 메소드들

메소드 설명
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