GoXam for WPF v3
FalseBrush Property
Northwoods.GoXam Namespace > BooleanBrushConverter Class : FalseBrush Property
Gets or sets the brush to be returned by the conversion when the input value is false.
Syntax
public Brush FalseBrush {get; set;}

Property Value

Changing this property will also modify the FalseColor property if the new brush is a SolidColorBrush.
Remarks
This is not a dependency property, so one cannot bind this property value.
See Also

Reference

BooleanBrushConverter Class
BooleanBrushConverter Members