Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public Resizable.Builder Resizable(Resizable component)
 {
     return(new Resizable.Builder(component));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Specify as a config object to apply a Resizer to this AbstractComponent after rendering.
 /// </summary>
 public virtual TBuilder ResizableConfig(Resizable resizableConfig)
 {
     this.ToComponent().ResizableConfig = resizableConfig;
     return(this as TBuilder);
 }