Gets or sets the size of the secondary header.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int SubHeaderSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property SubHeaderSize As Integer |
A non-negative integer value specifying the size of the secondary header in pixels. Assign -1 to this property to use the corresponding value from the current theme.
A value of 0 causes the calendar to automatically calculate a header size based on the size of the header font.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |