[]
Represents a converter that converts size in inches to size in pixels.
public class SizeConverter : IValueConverter
| Name | Description |
|---|---|
| SizeConverter() |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts a size in inches to a size in pixels. |
| ConvertBack(object, Type, object, CultureInfo) | Converts a size in pixels back to a size in inches. |