GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoSubGraph Class
/ PaintsDecoration Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
PaintsDecoration Method
In This Topic
Decide whether
Paint
should call
PaintDecoration
.
Syntax
C#
public
virtual
bool
PaintsDecoration(
GoView
view
)
Parameters
view
Return Value
true if there is no
CollapsedObject
, or if the
CollapsedObject
is not visible (i.e.
CanView
is false, or if
CanPrint
is false when the view
GoView.IsPrinting
)
See Also
Reference
GoSubGraph Class
GoSubGraph Members