Esempio n. 1
0
 public void BuildStyle(UIStyle style)
 {
     if (style != null)
     {
         _style.Copy(style);
     }
 }
Esempio n. 2
0
        public UIEventText Style(UIStyle style)
        {
            _style.Copy(style);

            return(this);
        }