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

ASPxRatingControl.BorderColor Property

Gets or sets the border color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Color BorderColor { get; set; }

Property Value

Type Description
Color

A Color object that represents the border color.

Remarks

Use the BorderColor property to specify the border color for the ASPxRatingControl.

To specify the border style and width use the ASPxRatingControl.BorderStyle and ASPxRatingControl.BorderWidth properties.

See Also