public void PointSizeControlConstructorTest()
        {
            IWindowsFormsEditorService DialogProvider = null;  // TODO: Initialize to an appropriate value
            tkPointType      pointType    = new tkPointType(); // TODO: Initialize to an appropriate value
            double           InitialValue = 0F;                // TODO: Initialize to an appropriate value
            PointSizeControl target       = new PointSizeControl(DialogProvider, pointType, InitialValue);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
        public void SelectedSizeTest()
        {
            IWindowsFormsEditorService DialogProvider = null;                                              // TODO: Initialize to an appropriate value
            tkPointType      pointType    = new tkPointType();                                             // TODO: Initialize to an appropriate value
            double           InitialValue = 0F;                                                            // TODO: Initialize to an appropriate value
            PointSizeControl target       = new PointSizeControl(DialogProvider, pointType, InitialValue); // TODO: Initialize to an appropriate value
            int actual;

            actual = target.SelectedSize;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }