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

    Property Value

    The default value is true.
    See Also