Dark Theme

This commit is contained in:
seerge
2023-03-20 14:38:56 +01:00
parent 3a7c4278a0
commit 9189cf0a46
4 changed files with 33 additions and 19 deletions

View File

@@ -60,8 +60,8 @@ namespace CustomControls
}
}
private Color arrowColor = Color.Gray;
[DefaultValue(typeof(Color), "Gray")]
private Color arrowColor = Color.Black;
[DefaultValue(typeof(Color), "Black")]
public Color ArrowColor
{
get { return arrowColor; }