Overrides the System.Windows.Controls.Control.Foreground property to hide it.
public Brush Foreground { get; set; }
Public Property Foreground As Brush
This property is overridden to hide the corresponding property of the System.Windows.Controls.Control class, because the Foreground property isn't appropriate for the Indicator class.