GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGrid Class
/ Extent Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Extent Property
In This Topic
Gets a
RectangleF
that simulates the bounds of extent of this grid, using large numbers for the semi-infinite or infinite positions and/or sizes.
Syntax
C#
[
Browsable
(
false
)]
public
RectangleF
Extent {
get
;}
Property Value
when
IsUnbounded
is false, this is the same as
GoObject.Bounds
; otherwise this inflates the bounds by large values according to the value of
UnboundedSpots
.
See Also
Reference
GoGrid Class
GoGrid Members