Gets or sets the brush of the cell indicator.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush IndicatorBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IndicatorBrush As Brush |
An instance of the WPF Brush class or null (Nothing in Visual Basic). The default is null.
RemarksIf this property is set to null (Nothing in Visual Basic), the indicator color of the annotation will be set to Red.
See Also