ShapeVerticalAlignment Enum
Specifies the type of vertical alignment to apply.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
None | The exact position is specified by the Shape. |
Top | The shape is top aligned relative to its Shape. |
Center | The shape is centered relative to its Shape. |
Bottom | The shape is aligned to the bottom relative to its Shape. |
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.