MindFusion.Wpf Pack Programmer's Guide
TableNodeExtensions.RowAnchorPattern(T) Method
See Also
 





Sets the default anchor pattern for the rows of a table.

Namespace: MindFusion.Diagramming.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T RowAnchorPattern<T> (
    T tableNode,
    AnchorPattern value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function RowAnchorPattern(Of T As TableNode) ( _
    tableNode As T, _
    value As AnchorPattern _
) As T

 Parameters

tableNode

value

 Return Value

 See Also

TableNodeExtensions Members
TableNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace