Gets or sets the background color of the object.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush BackBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BackBrush 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 background of the annotation will be set to SystemColors.InfoBrush.
See Also