Gets the foreground.

Namespace: Ico.AnyGlass.AlarmWorX.ViewModel
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public virtual Brush Foreground { get; internal set; }
Visual Basic
Public Overridable Property Foreground As Brush
	Get
	Friend Set
JScript
function get Foreground () : Brush
internal function set Foreground (value : Brush)

Field Value

The foreground.

See Also