SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Size Property |
'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 FormulaBar 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;}
public read-write property Size: System.Drawing.Size;
SRCategoryAttribute("Layout") System.ComponentModel.LocalizableAttribute() SRDescriptionAttribute("The size of the control in pixels.") public function get,set Size : System.Drawing.Size
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2