C# Class Harriet.Views.Converters.FontWeightBooleanConverter

フォントの太さをブール値と変換するコンバータです。
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