Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeHorizontalAlignment Enum

Specifies the horizontal alignment of a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.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.

See Also