Search
Grid.ColumnHeadersHeights Property
See Also
 





Gets or sets an array with float values specifying the heights of individual column levels. If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the height is calculated as the maximum height of the columns in that level.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float[] ColumnHeadersHeights { get; set; }

Visual Basic  Copy Code

Public Property ColumnHeadersHeights As Single()

 Property Value

An array of float values where each value represents the height of an individual level of column headers.

 Remarks

The first level of column headers is the one defined by the ColumnHeaders collection. Each next level is defined by the SubHeaders collection of the headers in the upper level.

 See Also