Gets or sets a value indicating whether to paint the diagram's BackgroundImage in the overview control.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public bool DisplayBackgroundImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisplayBackgroundImage As Boolean |
true to paint the BackgroundImage; otherwise, false. The default is true.
See Also