GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / CellSize Property
In This Topic
    CellSize Property
    In This Topic
    Gets or sets the size of each cell in the grid.
    Syntax
    [Category("Grid")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The size of each cell in the 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.
    See Also