Minor tweaks

This commit is contained in:
seerge
2023-03-20 18:02:38 +01:00
parent 64e390a61f
commit 0b3a75e373
6 changed files with 138 additions and 10 deletions

View File

@@ -221,10 +221,13 @@ namespace CustomControls
{
//Fields
private int borderSize = 5;
private int borderRadius = 3;
private int borderRadius = 5;
private bool activated = false;
private Color borderColor = Color.Transparent;
public Color BorderColor
{
get { return borderColor; }