Search
TableNodeExtensions.EnableStyledText(T) Method
See Also
 





Sets a value indicating whether styled text rendering is enabled.

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

 Syntax

C#  Copy Code

public static T EnableStyledText<T> (
    T tableNode,
    bool value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function EnableStyledText(Of T As TableNode) ( _
    tableNode As T, _
    value As Boolean _
) As T

 Parameters

tableNode

value

 Return Value

 See Also