MindFusion.Wpf Pack Programmer's Guide
TableNode.RowAnchorPattern Property
See Also
 





Gets or sets the default anchor pattern for the rows of a table.

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

 Syntax

C#  Copy Code

public AnchorPattern RowAnchorPattern { get; set; }

Visual Basic  Copy Code

Public Property RowAnchorPattern As AnchorPattern

 Property Value

An instance of the AnchorPattern class. The default is null (Nothing in Visual Basic).

 Remarks

Defines a default value for the AnchorPattern property of the rows of a table.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
AnchorPoint.Column Property
Row.AnchorPattern Property