Class
ScaleFactorConverter

Converts number to percent value.

Definition

Namespace:Telerik.ReportViewer.Wpf

Assembly:Telerik.ReportViewer.Wpf.dll

Syntax:

cs-api-definition
public class ScaleFactorConverter

Inheritance: objectScaleFactorConverter

Constructors

ScaleFactorConverter()

Declaration

cs-api-definition
public ScaleFactorConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts number to percent value.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Converts number to percent value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object