Alternate color to indicate that an objec thas a bad quality data source.

Currently only supports SolidColorBrush.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also