Back to Devexpress

PdfWidgetAppearanceCharacteristics.TextPosition Property

officefileapi-devexpress-dot-pdf-dot-pdfwidgetappearancecharacteristics-d2297c3e.md

latest1.8 KB
Original Source

PdfWidgetAppearanceCharacteristics.TextPosition Property

Gets the text position of the widget annotation’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; }
vb
Public ReadOnly Property TextPosition As PdfWidgetAnnotationTextPosition

Property Value

TypeDescription
PdfWidgetAnnotationTextPosition

A PdfWidgetAnnotationTextPosition enumeration value that is the text position of the widget annotation.

|

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

PdfWidgetAppearanceCharacteristics Class

PdfWidgetAppearanceCharacteristics Members

DevExpress.Pdf Namespace