Gets or sets dashboard's background image.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IImage BackgroundImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BackgroundImage As IImage |
A Microsoft.Maui.Graphics.IImage instance.
See Also