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

AppearanceStyleBase.BorderWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public Unit BorderWidth { get; set; }

Property Value

Type Description
Unit

A Unit that represents the border width.

Property Paths

You can access this nested property as listed below:

Object Type Path to BorderWidth
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.BorderWidth

Remarks

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

See Also