Skip to main content
All docs
V26.1
  • ButtonWidgetAnnotation.CaptionLayout Property

    Gets or sets the caption layout of a button widget annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public ButtonCaptionLayout CaptionLayout { get; set; }

    Property Value

    Type Description
    ButtonCaptionLayout

    The caption layout.

    Available values:

    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.

    See Also