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