ShapeVerticalAlignment Enum
Specifies the type of vertical alignment to apply.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v19.1.Core.dll
Declaration
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. |
Remarks
Use the Shape.VerticalAlignment property to specify a vertical alignment of a shape relative to the item specified by the Shape.RelativeVerticalPosition property.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ShapeVerticalAlignment enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.