'Declaration
<SRCategoryAttribute("Layout")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("The size of the control in pixels.")> Public Property Size As System.Drawing.Size
'Usage
Dim instance As AgentCtl Dim value As System.Drawing.Size instance.Size = value value = instance.Size
[SRCategory("Layout")] [System.ComponentModel.Localizable(true)] [SRDescription("The size of the control in pixels.")] public System.Drawing.Size Size {get; set;}