Easy Tutorial
❮ Prop Webcontrol Style Bordercolor Control Comparevalidator ❯

ASP.NET BorderWidth Property



Definition and Usage

The BorderWidth property is used to set or return the border width of a control.

Syntax

Property Description
length The width of the border. Must be a valid .NET length unit. Valid length units are: cm, mm, in, pt, pc, or px.

Example

The following example sets the border width of a table:


❮ Prop Webcontrol Style Bordercolor Control Comparevalidator ❯