GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / Default Property
In This Topic
    Default Property
    In This Topic
    Gets or sets the default layer for adding objects.
    Syntax
    public GoLayer Default {get; set;}

    Property Value

    The GoLayer must belong to the same LayerCollectionContainer and must not be null. Initially this value is the first and only layer, created when this collection was initialized.
    See Also