diff --git a/Terminal.Gui/Views/TreeView.cs b/Terminal.Gui/Views/TreeView.cs
index 1a5e6d82e..5c9e57bcb 100644
--- a/Terminal.Gui/Views/TreeView.cs
+++ b/Terminal.Gui/Views/TreeView.cs
@@ -254,7 +254,7 @@ namespace Terminal.Gui {
///
/// Optional color scheme to use when rendering (defaults to null)
///
- public Attribute? ExpandableSymbolColor;
+ public Attribute? ExpandableSymbolColor {get;set;}
///
@@ -265,7 +265,7 @@ namespace Terminal.Gui {
///
/// Optional color scheme to use when rendering (defaults to null)
///
- public Attribute? CollapseableSymbolColor;
+ public Attribute? CollapseableSymbolColor {get;set;}
}