Gets or sets the selection foreground.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Brush SelectionForeground { get; set; }
Visual Basic
Public Property SelectionForeground As Brush
	Get
	Set
JScript
function get SelectionForeground () : Brush
function set SelectionForeground (value : Brush)

Field Value

The selection foreground.

See Also