GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / AutoResizes Property
In This Topic
    AutoResizes Property (GoText)
    In This Topic
    Gets or sets whether the bounds are recalculated when the text changes.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the bounds are recalculated when the text changes.")]
    public virtual bool AutoResizes {get; set;}

    Property Value

    This defaults to true.
    Remarks
    If both this property and AutoRescales are false, and you change either the Text string or the Bounds, you must be careful not to make either the text too big or the bounds too small. It is then wise to turn on the Clipping property.
    See Also