Пример #1
0
        //-------------------------------------------------------------------
        //
        //  Constructors
        //
        //-------------------------------------------------------------------

        #region Constructors

        /// <summary>
        /// Constructor.
        /// </summary>
        /// <param name="owner">Owner of the line.</param>
        internal TextBoxLine(TextBoxView owner)
        {
            _owner       = owner;
            PixelsPerDip = _owner.GetDpi().PixelsPerDip;
        }