RoundedPanel 1.0.1
dotnet add package RoundedPanel --version 1.0.1
NuGet\Install-Package RoundedPanel -Version 1.0.1
<PackageReference Include="RoundedPanel" Version="1.0.1" />
paket add RoundedPanel --version 1.0.1
#r "nuget: RoundedPanel, 1.0.1"
// 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
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:
- Clone the repository or download the source code.
- Add the
RoundedPanel.cs
file to your Windows Forms project. - Rebuild your project to include the new component.
Usage
Adding the Component
You can add the RoundedPanel
component to your form via the designer.
- In the Solution Explorer, right-click on your project and select Add > Existing Item....
- Navigate to the
RoundedPanel.cs
file and add it to your project. - 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.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 | 167 | 7/2/2024 |