GoDiagram Web Reference
MinimumIconSize Property (GoGeneralNode)

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
'Declaration
 
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The minimum size for the icon")>
Public Overridable Property MinimumIconSize As SizeF
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("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 MinimumIconSize and the total height (or width if Orientation is Orientation.Vertical) of all of ports on each side. However, when the icon's AutoRescales property is false, this does not take into account the total height/width of the ports.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoGeneralNode Class
GoGeneralNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback