dbicDropDate Send comments on this topic.
Size Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : Size Property

Gets or sets the height and width of the control.

Syntax

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

Property Value

The System.Drawing.Size that represents the height and width of the control in pixels.

Requirements

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

See Also