Skip to main content

TableCellBorder.LineThickness Property

Gets or sets the line width.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

float LineThickness { get; set; }

Property Value

Type Description
Single

A Single value that is the line width in points.

See Also