Search
TableNodeExtensions.Shape(T) Method
See Also
 





Sets the shape of the table's outline.

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

 Syntax

C#  Copy Code

public static T Shape<T> (
    T tableNode,
    SimpleShape value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function Shape(Of T As TableNode) ( _
    tableNode As T, _
    value As SimpleShape _
) As T

 Parameters

tableNode

value

 Return Value

 See Also