GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GridCellSize Property
In This Topic
    GridCellSize Property
    In This Topic
    Gets or sets the size of each cell in the Grid.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual SizeF GridCellSize {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