Back to Devexpress

ShapeLine.LineAlignment Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shapeline-2162f4db.md

latest1.7 KB
Original Source

ShapeLine.LineAlignment Property

Gets or sets where the outline is drawn for a shape.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
LineAlignment LineAlignment { get; set; }
vb
Property LineAlignment As LineAlignment

Property Value

TypeDescription
LineAlignment

An enumeration member that specifies the alignment of a border line relative to a shape.

|

Available values:

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.

|

|

See Also

ShapeLine Interface

ShapeLine Members

DevExpress.XtraRichEdit.API.Native Namespace