ThicknessBindingConverter Class

Summary

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

Syntax

[ValueConversion(typeof(Thickness), typeof(Thickness), ParameterType = typeof(ThicknessSideType))]
public class ThicknessBindingConverter : IValueConverter

Attributes

Type Description
ValueConversion

Properties

Methods