ShapeHorizontalAlignment Enum
In This Article
Specifies the horizontal alignment of a shape.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
None | The shape is positioned explicitly via the Shape. |
Left | The shape is left-aligned relative to its Shape. |
Center | The shape is centered relative to its Shape. |
Right | The shape is right-aligned relative to its Shape. |
Inside | Not in use. |
Outside | Not in use. |
#Passed To
You can pass ShapeHorizontalAlignment values to the Shape.HorizontalAlignment property.
See Also