Search
MapNodeExtensions.DrawLabels(T) Method
See Also
 





Sets whether to draw labels of map regions.

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

 Syntax

C#  Copy Code

public static T DrawLabels<T> (
    T mapNode,
    bool value
) where T : MapNode

Visual Basic  Copy Code

Public Shared Function DrawLabels(Of T As MapNode) ( _
    mapNode As T, _
    value As Boolean _
) As T

 Parameters

mapNode

value

 Return Value

 See Also