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






Gets or sets the radius of all four corners of the SuperPanel.

Syntax

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

Return Value

A System.Int32 value, this property specifies the radius, in pixels, of all four corners of the SuperPanel. The default value is 10.

Remarks

RoundingCorners can be used to specify the radius of each corner individually. 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