dbicDate Send comments on this topic.
HeaderLineOffset Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : HeaderLineOffset Property

Gets or sets the vertical offset value used to calculate the position of the header line.

Syntax

Visual Basic (Declaration) 
Public Property HeaderLineOffset As Integer
C# 
public int HeaderLineOffset {get; set;}

Property Value

Integer

Remarks

A negative value will cause the line to rise into the header section.  A positive value will cause the line to drop into the calendar section.

The header line will only be displayed if the HeaderLine property is set to true.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also