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

Property Value

Changing this property will also modify the TrueColor 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