Border.BorderWidth Property
Gets or sets the border width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit that represents the border width. |
Remarks
Use the BorderWidth property to specify the border width.
This property is set with a Unit object. If the Value property of the Unit contains a negative number, an exception is thrown.
See Also