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