Gets or sets how many rows the cell should span.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int RowSpan { get; set; } |
Visual Basic Copy Code |
---|
Public Property RowSpan As Integer |
A positive integer value specifying how many rows the cell spans downwards. The default is 1.
Use this property and ColumnSpan to define a cell that overlaps several columns and rows of the table's grid. The spanning cell covers any non-spanning cells to the right or below it, as far as the spanned columns and rows go. The Image and Text displayed in spanning cells are aligned and laid out inside the enlarged bounding rectangles of the cells. That allows composing nodes with a very elaborate structure using spanning cells, as an alternative to attaching ShapeNode objects to a container/master node.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |