'Declaration <DescriptionAttribute("The width of the margins, in pixels, of the calendar.")> <CategoryAttribute("Appearance")> Public Property Margins As Margins
'Usage Dim instance As WinCalendar Dim value As Margins instance.Margins = value value = instance.Margins
[Description("The width of the margins, in pixels, of the calendar.")] [Category("Appearance")] public Margins Margins {get; set;}