Class FontConverter
Implements
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Converters
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class FontConverter : IMultiValueConverter
Constructors
FontConverter()
Declaration
public FontConverter()
Methods
Convert(object[], Type, object, CultureInfo)
Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
| Type | Name | Description |
|---|---|---|
| object[] | values | |
| Type | targetType | |
| object | parameter | |
| CultureInfo | culture |
Returns
| Type | Description |
|---|---|
| object |
ConvertBack(object, Type[], object, CultureInfo)
Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | |
| Type[] | targetTypes | |
| object | parameter | |
| CultureInfo | culture |
Returns
| Type | Description |
|---|---|
| object[] |