GoDiagram Web Reference
Corner Property (GoRoundedRectangle)

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

Property Value

The default value is 10x10. Both the width and the height must be non-negative; only when both are positive will there be arcs at each corner.
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

GoRoundedRectangle Class
GoRoundedRectangle Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback