Search
CellAnnotation.BackBrush Property
See Also
 






Gets or sets the background color of the object.

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

 Syntax

C#  Copy Code

public Brush BackBrush { get; set; }

Visual Basic  Copy Code

Public Property BackBrush 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 background of the annotation will be set to SystemColors.InfoBrush.

 See Also