'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ControlSizeDescr")> <SRCategoryAttribute("CatLayout")> Public Property Size As System.Drawing.Size
'Usage
Dim instance As FormulaBar Dim value As System.Drawing.Size instance.Size = value value = instance.Size
[System.ComponentModel.Localizable(true)] [SRDescription("ControlSizeDescr")] [SRCategory("CatLayout")] public System.Drawing.Size Size {get; set;}
public read-write property Size: System.Drawing.Size;
System.ComponentModel.LocalizableAttribute() SRDescriptionAttribute("ControlSizeDescr") SRCategoryAttribute("CatLayout") public function get,set Size : System.Drawing.Size