Back to Devexpress

ShapeVerticalAlignment Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-86999c4e.md

latest2.7 KB
Original Source

ShapeVerticalAlignment Enum

Lists values that specify the vertical alignment for a shape.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum ShapeVerticalAlignment
vb
Public Enum ShapeVerticalAlignment

Members

NameDescription
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.

|

The following properties accept/return ShapeVerticalAlignment values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace