The TimeSlotStateToBrushConverter type exposes the following members.

Constructors

Methods

  NameDescription
Convert
Selects a brush according to the input TimeSlotState.
ConvertBack
Converts a value from a binding target for writing to a binding source.

Properties

  NameDescription
NotWorkTimeBrush
The brush to use if the TimeSlotState is NotWorkTime.
SelectedNotWorkTimeBrush
The brush to use if the TimeSlotState is SelectedNotWorkTime.
SelectedWorkTimeBrush
The brush to use if the TimeSlotState is SelectedWorkTime.
WorkTimeBrush
The brush to use if the TimeSlotState is WorkTime.

See Also