Gets the appearance when mouse is hovered.

Namespace: Spire.Pdf.Annotations.Appearance
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAppearanceState MouseHover { get; }
Public ReadOnly Property MouseHover As PdfAppearanceState
	Get
public:
property PdfAppearanceState^ MouseHover {
	PdfAppearanceState^ get ();
}
member MouseHover : PdfAppearanceState with get

Property Value

PdfAppearanceState
The object specifies the annotation appearance when the mouse is hovered on it.

See Also