GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / FixedSize Property
In This Topic
    FixedSize Property
    In This Topic
    Gets or sets whether UpdateDocumentBounds should update the Size and TopLeft properties as objects are added or moved.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether adding or moving objects in the document leaves the document size and top-left unchanged.")]
    public virtual bool FixedSize {get; set;}

    Property Value

    The default value is false.
    See Also