Gets or sets an array with double values specifying the widths of individual row levels. If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the width is calculated as the maximum width of the rows in that level.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public double[] RowHeadersWidths { get; set; } |
Visual Basic
![]() |
---|
Public Property RowHeadersWidths As Double() |