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






Gets or sets the radius of the corners of the border surrounding the title.

Syntax

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

Return Value

A System.Int32 value, this property specifies the radius, in pixels, of the corners for the border drawn around the title. The default value is 10.

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