Search
MapNodeExtensions.Content(T) Method
See Also
 





Gets or set a MapContent instance representing the map rendered in this node.

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

 Syntax

C#  Copy Code

public static T Content<T> (
    T mapNode,
    MapContent value
) where T : MapNode

Visual Basic  Copy Code

Public Shared Function Content(Of T As MapNode) ( _
    mapNode As T, _
    value As MapContent _
) As T

 Parameters

mapNode

value

 Return Value

 See Also