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
); |
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
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