Skip to main content

ShapeVerticalAlignment Enum

Specifies the type of vertical alignment to apply.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Passed To

You can pass ShapeVerticalAlignment values to the Shape.VerticalAlignment property.

#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