/// <summary>Called by UResizer for every control before it is to be 'resized'.</summary>
 public virtual void OnBeforeResizerUpdate()
 {
     this.textScale = UIScaler.GetScale();
 }