FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
61 stars 15 forks source link

Add border thickness property to controls. #71

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

TextBox controls can have a border thickness set by making .HasBorder property greater than 0; A new BorderThickness property could be added instead of the hacky way so that more controls could benefit from it too.