GoDiagram Web Reference
CollapsedCorner Property

Gets or sets the maximum radial width and height of each corner when the node is collapsed.
Syntax
'Declaration
 
<DescriptionAttribute("The maximum radial width and height of each corner of a collapsed node")>
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<CategoryAttribute("Appearance")>
Public Overridable Property CollapsedCorner As SizeF
[DescriptionAttribute("The maximum radial width and height of each corner of a collapsed node")]
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[CategoryAttribute("Appearance")]
public virtual SizeF CollapsedCorner {get; set;}

Property Value

The default value is 0x0. Both the width and the height must be non-negative; only when both are positive will there be arcs at each corner.
Remarks
Of course, when there is a CollapsedObject the border is not drawn, because that collapsed-object is shown instead.
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

GoSubGraph Class
GoSubGraph Members
Corner Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback