ButtonCaptionLayout Enum
Lists values that indicate the layout of a button caption.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
NoIcon
|
Do not display the icon. |
NoCaption
|
Do not display the caption. |
CaptionBelowTheIcon
|
Place the caption below the icon. |
CaptionAboveTheIcon
|
Place the caption above the icon. |
CaptionToTheRightOfTheIcon
|
Place the caption to the right of the icon. |
CaptionToTheLeftOfTheIcon
|
Place the caption to the left of the icon. |
CaptionOverlaidDirectlyOnTheIcon
|
Place the caption directly on the icon. |
Related API Members
The following properties accept/return ButtonCaptionLayout values:
See Also