Xamarin Pack Programmer's Guide
Diagram.BackgroundImage Property
See Also
 






Gets or sets the diagram background image.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageSource BackgroundImage { get; set; }

Visual Basic  Copy Code

Public Property BackgroundImage As ImageSource

 Property Value

An instance of the ImageSource class.

 Remarks

This 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace