GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / AutoResizes Property
In This Topic
    AutoResizes Property (GoBasicNode)
    In This Topic
    Gets or sets whether the size of the background is changed as the text label's size changes, when the LabelSpot is GoObject.Middle.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the background changes size as the text changes")]
    public virtual bool AutoResizes {get; set;}

    Property Value

    The default value is true.
    Remarks
    Setting this property will call OnAutoResizesChanged with the old value to determine how to change the properties of the GoText label.
    See Also