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

ShapeVerticalAlignment Enum

Lists values that specify the vertical alignment for a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum ShapeVerticalAlignment

Members

Name Description
None

The Shape.OffsetY property specifies the shape’s position relative to the element defined by the Shape.RelativeVerticalPosition property.

Top

The shape is aligned to the top of the element defined by the Shape.RelativeVerticalPosition property.

Center

The shape is centered relative to the element defined by the Shape.RelativeVerticalPosition property.

Bottom

The shape is aligned to the bottom of the element defined by the Shape.RelativeVerticalPosition property.

Inside

The shape is aligned to the top of the element defined by the Shape.RelativeVerticalPosition property on odd pages, and is aligned to the bottom of the specified element on even pages.

The Rich Text Editor aligns the shape to the top of the specified element for both odd and even pages.

Outside

The shape is aligned to the bottom of the element defined by the Shape.RelativeVerticalPosition property on odd pages, and is aligned to the top of the specified element on even pages.

The Rich Text Editor aligns the shape to the bottom of the specified element for both odd and even pages.

See Also