dbicMonth Send comments on this topic.
Margin Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : Margin Property

Gets or sets the space between controls.

Syntax

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

Property Value

A System.Windows.Forms.Padding representing the space between controls.

Requirements

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

See Also