CornerRadiusBindingConverter Class

Summary

Converts a CornerRadius to a new CornerRadius. It's possible to ignore a side with the IgnoreRadius property.
Namespace
MahApps.Metro.Converters
Base Types
  • IValueConverter
graph BT Type-->Base0["IValueConverter"] Type["CornerRadiusBindingConverter"] class Type type-node

Syntax

[ValueConversion(typeof(CornerRadius), typeof(CornerRadius), ParameterType = typeof(RadiusType))]
public class CornerRadiusBindingConverter : IValueConverter

Attributes

Type Description
ValueConversion

Properties

Name Value Summary
IgnoreRadius RadiusType

Methods