Search
DiagramExtensions.BackgroundImageUrl Method
See Also
 





The URL of the Image painted as diagram's background. The advantage of this property is that the image is not included in the diagram payload, only the Url is included instead.

Namespace: MindFusion.Diagramming.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram BackgroundImageUrl (
    Diagram diagram,
    string value
)

Visual Basic  Copy Code

Public Shared Function BackgroundImageUrl( _
    diagram As Diagram, _
    value As String _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also