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

Gets or sets the amount of space to place between the months.

Syntax

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

Property Value

Size

Remarks

The width value of the size indicates the horizontal spacing (in pixels) between calendars, while the height value of the size indicates the vertical spacing(in pixels) between calendars.

Requirements

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

See Also