Back to Devexpress

PageBorderAppliesTo Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-fb8e35ce.md

latest1.4 KB
Original Source

PageBorderAppliesTo Enum

Lists values that specify which pages in the section display borders.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum PageBorderAppliesTo
vb
Public Enum PageBorderAppliesTo

Members

NameDescription
AllPages

Page borders are shown on all pages of the section.

| | FirstPage |

Page borders are shown only on the first page of the section.

| | AllButFirstPage |

Page borders are shown on all pages except the first page of the section.

|

The following properties accept/return PageBorderAppliesTo values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace