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

ShapeVerticalAlignment Enum

Specifies the type of vertical alignment to apply.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public enum ShapeVerticalAlignment

Members

Name Description
None

The exact position is specified by the Shape.Offset property.

Top

The shape is top aligned relative to its Shape.RelativeVerticalPosition.

Center

The shape is centered relative to its Shape.RelativeVerticalPosition.

Bottom

The shape is aligned to the bottom relative to its Shape.RelativeVerticalPosition.

Inside

Not in use.

Outside

Not in use.

Related API Members

The following properties accept/return ShapeVerticalAlignment values:

Remarks

Use the Shape.VerticalAlignment property to specify a vertical alignment of a shape relative to the item specified by the Shape.RelativeVerticalPosition property.

See Also