Esempio n. 1
0
        /// <summary>
        /// Copies the this.
        /// </summary>
        /// <param name="o">The o.</param>
        private void CopyThis(ZeroitBusyBarPainterPathGradient o)
        {
            _Preset = o._Preset;

            _Shape = o._Shape;

            _ColorCentre     = o._ColorCentre;
            _ColorCorner     = o._ColorCorner;
            _ColorVertical   = o._ColorVertical;
            _ColorHorizontal = o._ColorHorizontal;

            //			_Wrap             = o._Wrap            ;
        }
Esempio n. 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="ZeroitBusyBarPainterPathGradient"/> class.
        /// </summary>
        /// <param name="o">The o.</param>
        protected ZeroitBusyBarPainterPathGradient(ZeroitBusyBarPainterPathGradient o) : base(o)
        {
            //			OnBarSet();

            CopyThis(o);
        }