Example #1
0
 void updateStyle(HighlightStyle style)
 {
     Colour = style.Color;
 }
Example #2
0
 public void SetStyle(HighlightStyle style)
 {
     Style.UnbindBindings();
     Style.Value = style;
 }