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