Gets or sets the brush to use if the minutes value is not 0.

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

Syntax

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

See Also