Example #1
0
        /// <summary>
        /// Sets the location for this object
        /// </summary>
        public FluentXpoUrlOverlay SetLocation(XpoUrlOverlayLocation location)
        {
            xpoUrlOverlay.OverlayLocation = location;

            return(this);
        }
        /// <summary>
        /// Sets the location for this object
        /// </summary>
        public FluentXpoUrlOverlay SetLocation(XpoUrlOverlayLocation location)
        {
            xpoUrlOverlay.OverlayLocation = location;

            return this;
        }