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

            return(this);
        }