Exemple #1
0
        /// <summary>
        /// Sets the text alignment of this object
        /// </summary>
        public FluentXpoUrlText SetAlignment(XpoUrlTextAlignment alignment)
        {
            XpoUrlText.Alignment = alignment;

            return(this);
        }
        /// <summary>
        /// Sets the text alignment of this object
        /// </summary>
        public FluentXpoUrlText SetAlignment(XpoUrlTextAlignment alignment)
        {
            XpoUrlText.Alignment = alignment;

            return this;
        }