Back to Devexpress

PdfButtonWidgetFacade.TextPosition Property

officefileapi-devexpress-dot-pdf-dot-pdfbuttonwidgetfacade-1a43258d.md

latest1.6 KB
Original Source

PdfButtonWidgetFacade.TextPosition Property

Specifies the text position of the button widget’s caption relative to its icon.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfWidgetAnnotationTextPosition TextPosition { get; set; }
vb
Public Property TextPosition As PdfWidgetAnnotationTextPosition

Property Value

TypeDescription
PdfWidgetAnnotationTextPosition

An enumeration value that indicates the caption position relative to the icon.

|

Available values:

NameDescription
NoIcon

No icon, caption only.

| | NoCaption |

No caption, icon only.

| | CaptionBelowTheIcon |

Caption below the icon.

| | CaptionAboveTheIcon |

Caption above the icon.

| | CaptionToTheRightOfTheIcon |

Caption to the right of the icon

| | CaptionToTheLeftOfTheIcon |

Caption to the left of the icon.

| | CaptionOverlaidDirectlyOnTheIcon |

Caption overlaid directly on the icon.

|

See Also

PdfButtonWidgetFacade Class

PdfButtonWidgetFacade Members

DevExpress.Pdf Namespace