C# Class ModernWPF.Converters.IsSmallFontConverter

A converter that tests if a TextBlock's font size is considered a small font size to allow changing TextOptions.
Inheritance: IMultiValueConverter
Afficher le fichier Open project: soukoku/ModernWPF

Méthodes publiques

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

Converts a TextBlock value to boolean true if too small.

ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

Not supported.

Method Details

Convert() public méthode

Converts a TextBlock value to boolean true if too small.
public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object The values.
targetType System.Type Type of the target.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
Résultat object

ConvertBack() public méthode

Not supported.
public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object The value.
targetTypes System.Type The target types.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
Résultat object[]