Example #1
0
 /// <summary>
 /// Applies all StyleSheets of the Theme tree to a visual element tree.
 /// </summary>
 /// <param name="el"></param>
 public void ApplyStyles(VisualElement el)
 {
     el.AddStyles(GetStyleSheets());
 }