GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoFontDropDown Class / SizeToFit Property
In This Topic
    SizeToFit Property
    In This Topic
    Gets or sets whether the control is auto resized based on its content.
    Syntax
    [Description("Determines if the control is auto resized based on its content.")]
    [Category("Behavior")]
    [DefaultValue(false)]
    public virtual bool SizeToFit {get; set;}
    See Also