Class ZoomConverter
Formats a number as % string and vice-versa
Inheritance
System.Object
ZoomConverter
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class ZoomConverter : IValueConverter
Constructors
ZoomConverter(ITextResources)
Creates an instance of the ZoomConverter class.
Declaration
public ZoomConverter(ITextResources textResources)
Parameters
ITextResources
textResources
|
Methods
Convert(Object, Type, Object, CultureInfo)
Converts a number as % string.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|
ConvertBack(Object, Type, Object, CultureInfo)
Converts a number as % string.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|