Пример #1
0
        /// <summary>
        ///   <para>Size of the button.</para>
        /// </summary>
        /// <param name="size">Button's size.</param>
        /// <returns>Reference to the current widget.</returns>
        /// <remarks>Actual vertical size in pixels also depends on the button's shape.</remarks>
        public IPinterestPinItButtonWidget Size(PinterestPinItButtonSize size)
        {
            this.size = size;

            return(this);
        }
 /// <summary>
 ///   <para>Size of the button.</para>
 /// </summary>
 /// <param name="size">Button's size.</param>
 /// <returns>Reference to the current widget.</returns>
 /// <remarks>Actual vertical size in pixels also depends on the button's shape.</remarks>
 public IPinterestPinItButtonWidget Size(PinterestPinItButtonSize size)
 {
   this.size = size;
   
   return this;
 }