Gets or sets the default anchor pattern for the rows of a table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public AnchorPattern RowAnchorPattern { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RowAnchorPattern As AnchorPattern |
An instance of the AnchorPattern class. The default is null.
RemarksDefines a default value for the AnchorPattern property of the rows of a table.
See Also