This commit is contained in:
Michael Bucari-Tovo 2022-05-23 22:24:45 -06:00
parent 632b432b7c
commit 43a4d0d1d7
9 changed files with 50 additions and 58 deletions

View file

@ -1,7 +1,5 @@
using System;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows.Forms;
@ -11,7 +9,7 @@ namespace LibationWinForms.GridView
{
private int borderThickness = 5;
public int BorderThickness
public int BorderThickness
{
get => borderThickness;
set