PDFView4NET WinForms Edition


RolloverAppearance Property
Gets or sets the rollover widget appearance.
Syntax
'Declaration
 
Public Property RolloverAppearance As PDFAnnotationAppearance
'Usage
 
Dim instance As PDFPushButtonWidget
Dim value As PDFAnnotationAppearance
 
instance.RolloverAppearance = value
 
value = instance.RolloverAppearance
public PDFAnnotationAppearance RolloverAppearance {get; set;}

Property Value

The rollover appearance of the field widget.
Remarks
This appearance is displayed when the mouse is over the widget.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also