GoDiagram Web Reference
GoRoundedRectangle Class
Members 

An object in the shape of a rectangle or square, whose corners are quarter ellipses at the corners of the bounding rectangle.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoRoundedRectangle 
   Inherits GoRectangle
[SerializableAttribute()]
public class GoRoundedRectangle : GoRectangle 
Remarks
Although by default all four corners are rounded by the value of Corner, you can control which ones are rounded by setting RoundedCornerSpots. For example, if you just want the top corners to be rounded-off, but you want to keep the bottom corners squared-off: r.RoundedCornerSpots = GoObject.TopLeft | GoObject.TopRight;
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoShape
         Northwoods.GoWeb.GoRectangle
            Northwoods.GoWeb.GoRoundedRectangle
               Northwoods.GoWeb.GoCollapsibleHandle

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 Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback