Back to Devexpress

LineAlignment Enum

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

latest1.4 KB
Original Source

LineAlignment Enum

Lists values that specify the alignment of a border line relative to a shape.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum LineAlignment
vb
Public Enum LineAlignment

Members

NameDescriptionExample
Auto

Specifies that the shape style defines the border line alignment.

| | | Center |

Specifies that the border line is centered on the shape boundary.

|

| | Inset |

Specifies that the border line is drawn inside the shape.

|

|

The following properties accept/return LineAlignment values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace