ClassCornerRadiusConverter
Class
Represents a converter that empties the value of a given CornerRadius based on the parameter passes.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class CornerRadiusConverter : IValueConverter
Inheritance: objectCornerRadiusConverter
Implements:
Constructors
CornerRadiusConverter()
Declaration
cs-api-definition
public CornerRadiusConverter()
Methods
Convert(object, Type, object, CultureInfo)
Returns formatted corner radius based on the provided parameter.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns