Ejemplo n.º 1
0
        protected override void BuildInterface()
        {
            _shapesProperty             = new ListShapesTabItem(144);
            _shapesProperty.OnGetValue += OnGetShapes;

            PropertyListGenerator.AddProperty("Shapes", _shapesProperty);
        }
        protected override void BuildInterface()
        {
            _shapesProperty             = new ListShapesTabItem();
            _shapesProperty.OnGetValue += OnGetShapes;
            PropertyListGenerator.AddProperty("Shapes", _shapesProperty);

            _constraintsProperty             = new ListPropertyTabItem();
            _constraintsProperty.OnGetValue += OnGetConstraints;
            PropertyListGenerator.AddProperty("Constraints", _constraintsProperty);
            _newConstraintsProperty             = new AvailableConstraintsTabItem(120);
            _newConstraintsProperty.OnGetValue += OnGetPossibleConstraints;
            PropertyListGenerator.AddProperty("Add Constraints", _newConstraintsProperty);
        }