Search
SvgNodeExtensions.Content(T) Method
See Also
 





Gets or set an SvgContent instance representing the SVG drawing rendered in this node.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T Content<T> (
    T svgNode,
    SvgContent value
) where T : SvgNode

Visual Basic  Copy Code

Public Shared Function Content(Of T As SvgNode) ( _
    svgNode As T, _
    value As SvgContent _
) As T

 Parameters

svgNode

value

 Return Value

 See Also