GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / AutoResizes Property
In This Topic
    AutoResizes Property (GoTextNode)
    In This Topic
    Gets or sets whether the size of the background is changed as the text label's size changes.
    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.
    See Also