GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / MinimumIconSize Property
In This Topic
    MinimumIconSize Property (GoSimpleNode)
    In This Topic
    Assume the minimum node size is 20x20.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The minimum size for the icon")]
    public virtual SizeF MinimumIconSize {get; set;}
    See Also