Skip to main content
A newer version of this page is available. .

ShapeHorizontalAlignment Enum

Specifies the horizontal alignment of a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public enum ShapeHorizontalAlignment

Members

Name Description
None

The shape is positioned explicitly via the Shape.Offset property relative to its Shape.RelativeHorizontalPosition.

Left

The shape is left-aligned relative to its Shape.RelativeHorizontalPosition.

Center

The shape is centered relative to its Shape.RelativeHorizontalPosition.

Right

The shape is right-aligned relative to its Shape.RelativeHorizontalPosition.

Inside

Not in use.

Outside

Not in use.

Related API Members

The following properties accept/return ShapeHorizontalAlignment values:

See Also