GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / Position Property
In This Topic
    Position Property (GoObject)
    In This Topic
    Gets or sets this object's top-left corner's position.
    Syntax
    [Browsable(false)]
    public PointF Position {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