GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace
/
GoPropertyModifier Class
/ Collection Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Collection Property
In This Topic
Gets or sets the collection of
Northwoods.Go.GoObject
s to display or modify.
Syntax
C#
public
IGoCollection
Collection {
get
;
set
;}
Property Value
Initially this value will be null, but it must be set for this property modifier to be able to find any
Northwoods.Go.GoObject
s to display or modify.
Remarks
Setting this property to a
Northwoods.Go.GoSelection
will also set the
View
property to be that selection's
Northwoods.Go.GoSelection.View
, if that view is not null.
See Also
Reference
GoPropertyModifier Class
GoPropertyModifier Members