GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawToolResizing Class / RealObject Property
In This Topic
    RealObject Property
    In This Topic
    Gets or sets the objects that ought to be resized, but isn't the CurrentObject, because ResizesRealtime is false.
    Syntax
    public new GoObject RealObject {get; set;}
    Remarks
    When this has a value, the CurrentObject should be a copy of the real object, and this copy should be part of the view rather than part of the document.
    See Also