Skip to main content

PdfWidgetAppearanceCharacteristics.RolloverCaption Property

Gets the widget annotation’s rollover caption, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string RolloverCaption { get; }

Property Value

Type Description
String

A String object that is the widget annotation’s rollover caption.

See Also