GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNodeIcon Class / MinimumIconSize Property
In This Topic
    MinimumIconSize Property (GoNodeIcon)
    In This Topic
    Gets or sets the minimum size for this image.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The minimum size for the icon")]
    public virtual SizeF MinimumIconSize {get; set;}
    Remarks
    By default this imposes a minimum of 1x1 on the size.
    See Also