GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GridCellSizeWidth Property
In This Topic
    GridCellSizeWidth Property
    In This Topic
    Design-time and PropertyGrid access to Grid properties.
    Syntax
    [Category("Grid")]
    [DefaultValue(50)]
    [Description("The size of each cell in the grid.")]
    public float GridCellSizeWidth {get; set;}
    See Also