Size Property (ReportItemDesignerBase)
In This Topic
Gets or sets the height and width of the control.
Syntax
'Declaration
Public Property Size As Size
public Size Size {get; set;}
Property Value
The
System.Drawing.Size that represents the height and width of the control in pixels.
See Also