GoDiagram Web Reference
CellSize Property

Gets or sets the size of each cell in the grid.
Syntax
'Declaration
 
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<DescriptionAttribute("The size of each cell in the grid.")>
<CategoryAttribute("Grid")>
Public Overridable Property CellSize As SizeF
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[DescriptionAttribute("The size of each cell in the grid.")]
[CategoryAttribute("Grid")]
public virtual SizeF CellSize {get; set;}

Property Value

This SizeF value describes the size of each cell in document coordinates. The Width and Height must be positive.
Requirements

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

See Also

Reference

GoGrid Class
GoGrid Members
Style Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback