ShapeRelativeVerticalPosition Enum
In This Article
Specifies to what the vertical position of a shape is relative.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Page | Not in use. |
Line | Relative to line. |
Paragraph | Not in use. |
Margin | Relative to margin. |
Top |
Relative to top margin. |
Bottom |
Relative to bottom margin. |
Inside |
Not in use. |
Outside |
Not in use. |
#Passed To
You can pass ShapeRelativeVerticalPosition values to the Shape.RelativeVerticalPosition property.
#Remarks
Use the Shape.RelativeVerticalPosition property to specify an item to which the vertical position of a shape is relative.
See Also