GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCube Class / Depth Property
In This Topic
    Depth Property
    In This Topic
    Gets or sets the width and height of the depth dimension.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The offset of the back square from the forward square giving the impression of depth.")]
    public virtual SizeF Depth {get; set;}

    Property Value

    This defaults to 10x10. If given a negative value, it uses zero instead.
    See Also