PdfButtonWidgetFacade.TextPosition Property
In This Article
Specifies the text position of the button widget’s caption relative to its icon.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfWidgetAnnotationTextPosition TextPosition { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
An enumeration value that indicates the caption position relative to the icon. |
Available values:
Name | Description |
---|---|
No |
No icon, caption only. |
No |
No caption, icon only. |
Caption |
Caption below the icon. |
Caption |
Caption above the icon. |
Caption |
Caption to the right of the icon |
Caption |
Caption to the left of the icon. |
Caption |
Caption overlaid directly on the icon. |
See Also