See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A panel whose corners are painted rounded in appearance.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public class RoundedCornerPanel : Panel
Visual Basic
Public Class RoundedCornerPanel
	Inherits Panel
Visual C++
public ref class RoundedCornerPanel : public Panel

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..Panel
            NTier.Designer.Forms..::..RoundedCornerPanel

See Also