[]
Converter used to show the Zoom value as text.
public class ZoomConverter : IValueConverter
Name | Description |
---|---|
ZoomConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Modifies the source data before passing it to the target for display in the UI. |
ConvertBack(object, Type, object, CultureInfo) | Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings. |