GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxNode Class / Body Property
In This Topic
    Body Property
    In This Topic
    Gets or sets the main object that this node is displaying.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoObject Body {get; set;}
    See Also