The TimeSlotStateToBrushConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TimeSlotStateToBrushConverter |
Methods
| Name | Description | |
|---|---|---|
| Convert |
Selects a brush according to the input TimeSlotState.
| |
| ConvertBack |
Converts a value from a binding target for writing to a binding source.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|