GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoLayerCollection Class
/ Default Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Default Property
In This Topic
Gets or sets the default layer for adding objects.
Syntax
C#
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
Reference
GoLayerCollection Class
GoLayerCollection Members