PdfExtendedAppearance
MouseHover Property
|
Gets the appearance when mouse is hovered.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAppearanceState MouseHover { get; }
Public ReadOnly Property MouseHover As PdfAppearanceState
Get
public:
property PdfAppearanceState^ MouseHover {
PdfAppearanceState^ get ();
}
member MouseHover : PdfAppearanceState with get
Property Value
Type:
PdfAppearanceState
Theobject specifies the annotation appearance when the mouse is hovered on it.
See Also