RoundedPanel 1.0.1

dotnet add package RoundedPanel --version 1.0.1                
NuGet\Install-Package RoundedPanel -Version 1.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RoundedPanel" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoundedPanel --version 1.0.1                
#r "nuget: RoundedPanel, 1.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RoundedPanel as a Cake Addin
#addin nuget:?package=RoundedPanel&version=1.0.1

// Install RoundedPanel as a Cake Tool
#tool nuget:?package=RoundedPanel&version=1.0.1                

RoundedPanel Component

License

A custom Panel control for Windows Forms that supports rounded corners.

Features

  • Customizable border radius
  • Smooth anti-aliased rendering
  • Easy integration with existing Windows Forms applications

Installation

To use the RoundedPanel component in your project, follow these steps:

  1. Clone the repository or download the source code.
  2. Add the RoundedPanel.cs file to your Windows Forms project.
  3. Rebuild your project to include the new component.

Usage

Adding the Component

You can add the RoundedPanel component to your form via the designer.

  1. In the Solution Explorer, right-click on your project and select Add > Existing Item....
  2. Navigate to the RoundedPanel.cs file and add it to your project.
  3. Open the Windows Forms Designer and drag the RoundedPanel component onto your form from the Toolbox.

Customizing the Border Radius

You can customize the border radius of the RoundedPanel using the BorderRadius property.

roundedPanel.BorderRadius = 30;

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributions

Contributions are welcome! If you have any improvements or bug fixes, feel free to submit a pull request.

Acknowledgements

Special thanks to Rodrigo Guimarães for their valuable contributions to this project!

Contact

If you have any questions or feedback, feel free to open an issue on GitHub.


Thank you for using the RoundedPanel component!

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 131 7/2/2024