ICreate.Controls.Bars Send comments on this topic.
RoundingCorners Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : RoundingCorners Property






Gets and sets the radius of each of the four corners of the SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Property RoundingCorners As Rounding
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Rounding
 
instance.RoundingCorners = value
 
value = instance.RoundingCorners
C# 
public Rounding RoundingCorners {get; set;}
Delphi 
public read-write property RoundingCorners: Rounding; 
JScript 
public function get,set RoundingCorners : Rounding
Managed Extensions for C++ 
public: __property Rounding* get_RoundingCorners();
public: __property void set_RoundingCorners( 
   Rounding* value
);
C++/CLI 
public:
property Rounding^ RoundingCorners {
   Rounding^ get();
   void set (Rounding^ value);
}

Return Value

A reference to a Rounding, this property specifies the radius, in pixels, of each of the four SuperPanel corners. The default value is Rounding with all four corners set to 10.

Remarks

Rounding can be used to specify the radius of all four corners. Rounding and RoundingCorners can both be used, the most recently set property however takes preference.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also