MindFusion.Wpf Pack Programmer's Guide
Grid.RowHeadersWidths Property
See Also
 





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.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double[] RowHeadersWidths { get; set; }

Visual Basic  Copy Code

Public Property RowHeadersWidths As Double()

 Property Value

An array of double values where each value represents the width of an individual level of row headers.

 Remarks

The first level of row headers is the one defined by the RowHeaders collection. Each next level is defnied by the SubHeaders collection of the headers in the upper level.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace