Search
CellPresenter.HeaderHeight Property
See Also
 





Gets the height of the cell header according to the current state. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public double HeaderHeight { get; }

Visual Basic  Copy Code

Public ReadOnly Property HeaderHeight As Double

 Property Value

A double value specifying the height of the cell header. This is NaN for vertical headers indicating that these headers span the entire cell.

 See Also