GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace
/
IGoPropertyControl Interface
/ View Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
View Property (IGoPropertyControl)
In This Topic
Gets or sets the
Northwoods.Go.GoView
for which this Control is showing and modifying GoObject properties.
Syntax
C#
GoView
View {
get
;
set
;}
Property Value
Initially the value will be null.
Remarks
Setting this property to refer to a
Northwoods.Go.GoView
should also create and set the
PropertyModifier
if that property is null. Setting the
PropertyModifier
property, typically to support the sharing of a single
PropertyModifier
by multiple
IGoPropertyControl
s, will also set this property to be the
GoPropertyModifier
.
GoPropertyModifier.View
.
See Also
Reference
IGoPropertyControl Interface
IGoPropertyControl Members