InnerSpace Property (DropDownCalendar)
Gets or sets the inner space of the drop-down calendar.
public Size InnerSpace {get; set;}
'Declaration
Public Property InnerSpace As Size
'Usage
Dim instance As DropDownCalendar
Dim value As Size
instance.InnerSpace = value
value = instance.InnerSpace
Property Value
A
System.Drawing.Size value that indicates the inner space of the drop-down calendar.