The brush to select when the source value is true.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Brush TrueBrush { get; set; }
Visual Basic
Public Property TrueBrush As Brush
	Get
	Set
Visual C++
public:
property Brush^ TrueBrush {
	Brush^ get ();
	void set (Brush^ value);
}

See Also