[Gambas-user] The new Border class

Benoît Minisini gambas at ...1...
Mon Jan 5 01:30:14 CET 2015


Since the last revisions, I have implemented a creatable Border class 
that allows to associate many properties with a Border object, and draw 
a border from these properties.

For example:

hBorder = new 
Border("color:blue;width:8;radius:16;margin:4;top-style:dotted")

hBorder.Paint

Moreover, you can associate a Border to each cell of a GridView. That 
allows you what you can see in the joined screenshot.

Enjoy!

-- 
Benoît Minisini
-------------- next part --------------
A non-text attachment was scrubbed...
Name: borders.png
Type: image/png
Size: 52400 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20150105/9f4ca222/attachment.png>


More information about the User mailing list