ICreate.Controls.Bars Send comments on this topic.
Rounding Class
See Also  Members  
ICreate.Controls.Bars Namespace : Rounding Class






Rounding stores the radii of the four corners of SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Class Rounding 
   Implements IChildProperty 
Visual Basic (Usage)Copy Code
Dim instance As Rounding
C# 
public class Rounding : IChildProperty  
Delphi 
public class Rounding = class(IChildProperty)
JScript 
public class Rounding implements IChildProperty 
Managed Extensions for C++ 
public __gc class Rounding : public IChildProperty  
C++/CLI 
public ref class Rounding : public IChildProperty  

Remarks

Rounding is a class with four properties. Each one specifying the radius of one of the corners of a SuperPanel.

Inheritance Hierarchy

System.Object
   ICreate.Controls.Bars.Rounding

Requirements

Namespace: ICreate.Controls.Bars

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

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also