Back to Devexpress

ReadOnlyTableCellBorderProperties.PreferredWidthType Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-readonlytablecellborderproperties-ace40a64.md

latest2.0 KB
Original Source

ReadOnlyTableCellBorderProperties.PreferredWidthType Property

Gets how RichEditControl interprets the width specified for the cell related to the current table cell border.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public WidthType? PreferredWidthType { get; }
vb
Public ReadOnly Property PreferredWidthType As WidthType?

Property Value

TypeDescription
Nullable<WidthType>

One of the WidthType enumeration values indicating the width interpretation or null if it’s not set.

|

Available values:

NameDescription
None

Not set.

| | Auto |

Automatically determined width.

| | FiftiethsOfPercent |

Width in fiftieths of a percent.

| | Fixed |

Width in units of measurements that are currently in effect for the document.

|

See Also

SetPreferredWidth(Single, WidthType)

ReadOnlyTableCellBorderProperties Class

ReadOnlyTableCellBorderProperties Members

DevExpress.XtraRichEdit.API.Native Namespace