Lists the values that specify how an image is aligned relative to the label's text.
Namespace:DevExpress.XtraEditors
Assembly:DevExpress.XtraEditors.v19.2.dll

Public Members
Show: Inherited
|
Name |
Description |
|
BottomCenter
|
The image is vertically aligned at the bottom, and horizontally aligned at the center.

|
|
BottomLeft
|
The image is vertically aligned at the bottom, and horizontally aligned on the left.

|
|
BottomRight
|
The image is vertically aligned at the bottom, and horizontally aligned on the right.

|
|
LeftBottom
|
The image is horizontally aligned on the left and vertically aligned at the bottom.

|
|
LeftCenter
|
The image is horizontally aligned on the left and vertically aligned at the center.

|
|
LeftTop
|
The image is horizontally aligned on the left and vertically aligned at the top.

|
|
None
|
The image isn't aligned relative to the label's text. The alignment of the image is specified by the label's appearance settings (LabelControlAppearanceObject.ImageAlign).
|
|
RightBottom
|
The image is horizontally aligned on the right and vertically aligned at the bottom.

|
|
RightCenter
|
The image is horizontally aligned on the right and vertically aligned at the center.

|
|
RightTop
|
The image is horizontally aligned on the right and vertically aligned at the top.

|
|
TopCenter
|
The image is vertically aligned at the top, and horizontally aligned at the center.

|
|
TopLeft
|
The image is vertically aligned at the top, and horizontally aligned on the left.

|
|
TopRight
|
The image is vertically aligned at the top, and horizontally aligned on the right.

|
Top

Remarks
The values listed by this enumeration are used to set the LabelControl.ImageAlignToText property.

See Also