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

Gets or sets the vertical and horizontal offset values used to calculate the position of the months in the control.

Syntax

Visual Basic (Declaration) 
Public Property DateOffset As Size
C# 
public Size DateOffset {get; set;}

Property Value

Size

Remarks

The width value of the size adjust the horizontal offset, while the height value of the size adjusts the vertical offset. A positive value will compress the size of the calendars, and a negative value will expand the size of the calendars.

Requirements

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

See Also