Search
Overview.Background Property
See Also
 






Gets or sets the background brush of the overview control.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new Brush Background { get; set; }

Visual Basic  Copy Code

Public Shadows Property Background As Brush

 Property Value

A Brush-derived instance representing the background color.

 See Also