ShapeRelativeHorizontalPosition Enum
In This Article
Specifies to what the horizontal position of a shape is relative.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Page | Relative to page. |
Character | Relative to character. |
Column | Relative to column. |
Margin | Relative to margin. |
Left |
Relative to left margin. |
Right |
Relative to right margin. |
Inside |
Not in use. |
Outside |
Not in use. |
#Passed To
You can pass ShapeRelativeHorizontalPosition values to the Shape.RelativeHorizontalPosition property.
See Also