TableCellPropertiesMask Enum
Lists the value masks available for table cell properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
PreferredWidth
|
|
NoWrap
|
|
LeftPadding
|
|
RightPadding
|
|
TopPadding
|
|
BottomPadding
|
|
VerticalAlignment
|
|
LeftBorder
|
|
RightBorder
|
|
TopBorder
|
|
BottomBorder
|
|
InsideHorizontalBorder
|
|
InsideVerticalBorder
|
|
TopLeftDiagonalBorder
|
0x40000 |
TopRightDiagonalBorder
|
0x80000 |
BackgroundColor
|
|
All
|
Specifies all table cell properties. |
Remarks
A TableCellPropertiesMask enumeration value is returned by the TableCellPropertiesBase.Reset property.
See Also