Gets or sets the height of the calendar header. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double HeaderHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderHeight As Double |
A double value specifying the header height, in device independent pixels.
See Also