Skip to main content

ShapeVerticalAlignment Enum

Lists values that specify the vertical alignment for a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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.

Related API Members

The following properties accept/return ShapeVerticalAlignment values:

See Also