mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Minor tweaks
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user