Search
Dashboard.BackgroundImage Property
See Also
 






Gets or sets dashboard's background image.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IImage BackgroundImage { get; set; }

Visual Basic  Copy Code

Public Property BackgroundImage As IImage

 Property Value

A Microsoft.Maui.Graphics.IImage instance.

 See Also