Version

ActiveCellBorderThickness Property

Gets or sets the thickness of the border that is drawn over the active cell.
Syntax
'Declaration
 
Public Property ActiveCellBorderThickness As Integer
public int ActiveCellBorderThickness {get; set;}
Remarks
Setting this value will cause a border to be drawn over the existing cell borders with a solid color determined by the cell's resolved border color. Setting this property to 1, for example, will simply cause the UltraGrid.ActiveCells borders to be drawn on all sides; any larger values will result in a larger rectangle being drawn around the cell.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also