Exemplo n.º 1
0
        public void UpdateView()
        {
            this.ViewUpdating = true;
            ShellControlHelper.PropertyDescriptorUpdate(this, this._entity);
            FormElementLabelEntityDev entity = (FormElementLabelEntityDev)_formElement;

            ShellControlHelper.SetProperty(this, "AutoSize", entity.AutoSize);
            ShellControlHelper.SetProperty(this, "TextAlign", entity.TextAlign);
            this.ViewUpdating = false;
        }
Exemplo n.º 2
0
 public static void CheckWarning(FormElementLabelEntityDev entity)
 {
 }