The brush to use if the TimeSlotState is NotWorkTime.

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

Syntax

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

See Also