Version

WhitespaceIndicatorBrushResolved Property

Returns the WhitespaceIndicatorBrush property if non-null, otherwise returns the Foreground color specified for the Infragistics.Documents.ClassificationType.Whitespace entry in the ClassificationAppearanceMapResolved (read only).
Syntax
'Declaration
 
Public ReadOnly Property WhitespaceIndicatorBrushResolved As Brush
public Brush WhitespaceIndicatorBrushResolved {get;}
Remarks
By default the whitespace indicators will be rendered using the Foreground brush specified for the Infragistics.Documents.ClassificationType.Whitespace entry in the ClassificationAppearanceMapResolved since the WhitespaceIndicatorBrush property defaults to null. However, when the WhitespaceIndicatorBrush property is set to a non-null value it takes precedence and will be used to render the whitespace indicators.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also