Name | Description | |
---|---|---|
![]() | BooleanBrushConverter Constructor | Create a boolean to Brush converter using the system highlight color as the TrueColor and the system highlight text color as the FalseColor. |
The following tables list the members exposed by BooleanBrushConverter.
Name | Description | |
---|---|---|
![]() | BooleanBrushConverter Constructor | Create a boolean to Brush converter using the system highlight color as the TrueColor and the system highlight text color as the FalseColor. |
Name | Description | |
---|---|---|
![]() | FalseBrush | Gets or sets the brush to be returned by the conversion when the input value is false. |
![]() | FalseColor | Gets or sets the color of FalseBrush when it is a SolidColorBrush . |
![]() | TrueBrush | Gets or sets the brush to be returned by the conversion when the input value is true. |
![]() | TrueColor | Gets or sets the color of TrueBrush when it is a SolidColorBrush . |
Name | Description | |
---|---|---|
![]() | Convert | Overridden. By default this just throws a NotImplementedException . |
![]() | ConvertBack | By default this just throws a NotImplementedException . (Inherited from Northwoods.GoXam.Converter) |