Skip to main content
All docs
V19.2
Tab

AppearanceStyleBase.BorderColor Property

Gets or sets the border color. Instead use the BorderWrapper.BorderColor property which is available via the style object’s AppearanceStyleBase.Border property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public Color BorderColor { get; set; }

Property Value

Type Description
Color

A Color that represents the border color of the corresponding object.

Property Paths

You can access this nested property as listed below:

Object Type Path to BorderColor
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.BorderColor

Remarks

This property is overridden in order to hide it in the Property Grid. It’s recommended to use the BorderWrapper.BorderColor property instead (which is available via the style object’s AppearanceStyleBase.Border property) to specify the border color of the corresponding object which the current style applies to.

See Also