GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGeneralNode Class / MaximumIconSize Property
In This Topic
    MaximumIconSize Property (GoGeneralNode)
    In This Topic
    Assume a 1000x2000 maximum size for the icon.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The maximum size for the icon")]
    public virtual SizeF MaximumIconSize {get; set;}

    Property Value

    The value comes from the Icon if it is an instance of GoNodeIcon; otherwise the value defaults to 1000x2000. Setting this value sets the GoNodeIcon.MaximumIconSize property of the Icon if it is a GoNodeIcon; it is a no-op otherwise.
    See Also