GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / MinimumIconSize Property
In This Topic
    MinimumIconSize Property (GoGeneralNode)
    In This Topic
    Assume the icon needs to be tall enough to hold all of the ports on its left and right sides without overlapping them or extending them out beyond the icon.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The minimum size for the icon")]
    public virtual SizeF MinimumIconSize {get; set;}
    Remarks
    If the Icon is actually a GoNodeIcon, this uses the maximum of the GoNodeIcon.MinimumIconSize and the total height (or width if Orientation is Orientation.Vertical) of all of ports on each side. However, when the icon's GoObject.AutoRescales property is false, this does not take into account the total height/width of the ports.
    See Also