ClassDoubleScaleConverter
Class
Represents a custom IValueConverter implementation that takes a double value and multiplies it by a given scale factor.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.HubTile
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DoubleScaleConverter : IValueConverter
Inheritance: objectDoubleScaleConverter
Implements:
Constructors
DoubleScaleConverter()
Declaration
cs-api-definition
public DoubleScaleConverter()
Properties
Methods
Convert(object, Type, object, string)
Converts the specified value.
ConvertBack(object, Type, object, string)
ConvertBack is not a valid operation.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
value
The value.
targetType
Type of the target.
parameter
The parameter.
language
The language.
Returns
Exceptions
ConvertBack is not a valid operation for this converter.