Exemple #1
0
        private SwatchColorButton AddButton(LineType lineType)
        {
            var ret = new SwatchColorButton(this, lineType)
            {
                Dock   = Dock.Left,
                Margin = Margin.One
            };

            ret.SetImage(_swatchtexture);
            return(ret);
        }