The BooleanToThicknessConverter type exposes the following members.

Constructors

  NameDescription
BooleanToThicknessConverter

Methods

  NameDescription
Convert
Selects a Thickness according to whether the input is true or false.
ConvertBack
Converts a value from a binding target for writing to a binding source.

Properties

  NameDescription
FalseThickness
The Thickness to select when the source value is false.
TrueThickness
The Thickness to select when the source value is true.

See Also