The BooleanToStyleConverter type exposes the following members.

Constructors

  NameDescription
BooleanToStyleConverter

Methods

  NameDescription
Convert
Selects a style 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
FalseStyle
The style to select when the source value is false.
TrueStyle
The style to select when the source value is true.

See Also