Ejemplo n.º 1
0
        /// <summary>
        /// Specifies the widget to be open when is tapped (the href must be set too)
        /// </summary>
        /// <param name="value">The value that configures the rel.</param>
        public MobileListViewLinkItemBuilder Rel(MobileButtonRel value)
        {
            Item.Rel = value;

            return(this);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Specifies the widget to be open when is tapped (the href must be set too)
        /// </summary>
        /// <param name="value">The value that configures the rel.</param>
        public MobileButtonBuilder Rel(MobileButtonRel value)
        {
            container.Rel = value;

            return(this);
        }
Ejemplo n.º 3
0
        //<< Fields
        /// <summary>
        /// Specifies the widget to be open when is tapped (the href must be set too)
        /// </summary>
        /// <param name="value">The value that configures the rel.</param>
        public MobileTabStripItemBuilder Rel(MobileButtonRel value)
        {
            container.Rel = value;

            return this;
        }