GoDiagram Web Reference
MaximumIconSize Property (GoGeneralNode)

Assume a 1000x2000 maximum size for the icon.
Syntax
'Declaration
 
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<DescriptionAttribute("The maximum size for the icon")>
<CategoryAttribute("Appearance")>
Public Overridable Property MaximumIconSize As SizeF
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[DescriptionAttribute("The maximum size for the icon")]
[CategoryAttribute("Appearance")]
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 MaximumIconSize property of the Icon if it is a GoNodeIcon; it is a no-op otherwise.
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