示例#1
0
        /// <summary>
        /// Changes the button to anchor.
        /// </summary>
        /// <param name="button">The button instance that this method extends.</param>
        /// <returns>Current component.</returns>
        public static ButtonBase Anchor(this ButtonBase button)
        {
            button.Anchor("#");

            return(button);
        }