ClassDoubleToThicknessConverter
Class
An IValueConverter that converts a double to a Thickness based on the parameter.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DoubleToThicknessConverter : IValueConverter
Inheritance: objectDoubleToThicknessConverter
Implements:
Constructors
DoubleToThicknessConverter()
Declaration
cs-api-definition
public DoubleToThicknessConverter()
Methods
Convert(object, Type, object, string)
Converts a numeric value to Thickness.