Gets or sets the diagram background image.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IImage BackgroundImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BackgroundImage As IImage |
A Microsoft.Maui.Graphics.IImage instance.
RemarksThis image is painted as a background of the diagram, behind the alignment grid and all items. Its position is controlled by the BackgroundImageAlign property.
See Also