Search
CellAnnotation.IndicatorBrush Property
See Also
 






Gets or sets the brush of the cell indicator.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Brush IndicatorBrush { get; set; }

Visual Basic  Copy Code

Public Property IndicatorBrush As Brush

 Property Value

An instance of the WPF Brush class or null (Nothing in Visual Basic). The default is null.

 Remarks

If this property is set to null (Nothing in Visual Basic), the indicator color of the annotation will be set to Red.

 See Also