Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

ASPxRatingControl.BorderWidth Property

Gets or sets the border width for all four sides of a control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override Unit BorderWidth { get; set; }

Property Value

Type Description
Unit

A Unit that represents the border width.

Remarks

Use the BorderWidth property to specify the border width for all four sides of a control.

To specify the border color and style use the ASPxRatingControl.BorderColor and ASPxRatingControl.BorderStyle properties.

See Also