GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoObject Class
/ Center Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Center Property (GoObject)
In This Topic
Gets or sets this object's center position.
Syntax
C#
[
Browsable
(
false
)]
public
PointF
Center {
get
;
set
;}
Property Value
The
PointF
value is in document coordinates.
Remarks
This is just a convenience property that operates on this object's
Bounds
.
See Also
Reference
GoObject Class
GoObject Members