The BooleanToBrushConverter type exposes the following members.

Constructors

  NameDescription
BooleanToBrushConverter

Methods

  NameDescription
Convert
Selects a brush 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
FalseBrush
The brush to select when the source value is false.
TrueBrush
The brush to select when the source value is true.

See Also