/// <summary>
        /// Copies the this.
        /// </summary>
        /// <param name="o">The o.</param>
        private void CopyThis(ZeroitBusyBarPainterClock o)
        {
            _Preset = o._Preset;

            _MarksColor = o._MarksColor;
            _MarksWidth = o._MarksWidth;

            _HourColor       = o._HourColor;
            _HourType        = o._HourType;
            _HourLengthBegin = o._HourLengthBegin;
            _HourLengthEnd   = o._HourLengthEnd;
            _HourWidth       = o._HourWidth;

            _MinuteColor       = o._MinuteColor;
            _MinuteType        = o._MinuteType;
            _MinuteLengthBegin = o._MinuteLengthBegin;
            _MinuteLengthEnd   = o._MinuteLengthEnd;
            _MinuteWidth       = o._MinuteWidth;
            _SpeedRatio        = o._SpeedRatio;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="ZeroitBusyBarPainterClock"/> class.
        /// </summary>
        /// <param name="o">The o.</param>
        protected ZeroitBusyBarPainterClock(ZeroitBusyBarPainterClock o) : base(o)
        {
            //			OnBarSet();

            CopyThis(o);
        }