Example #1
0
        /// <summary>
        /// Sets the mode for this object
        /// </summary>
        public FluentXpoUrlOverlay SetMode(XpoUrlOverlayModes mode)
        {
            xpoUrlOverlay.OverlayMode = mode;

            return(this);
        }
        /// <summary>
        /// Sets the mode for this object
        /// </summary>
        public FluentXpoUrlOverlay SetMode(XpoUrlOverlayModes mode)
        {
            xpoUrlOverlay.OverlayMode = mode;

            return this;
        }