Gets or sets the background brush of the overview control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public new Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Background As Brush |
A Brush-derived instance representing the background color.
See Also