UncheckedNormalAppearance Property
Gets or sets the unchecked normal widget appearance.
Syntax
'Declaration Public Property UncheckedNormalAppearance As PDFAnnotationAppearance
'Usage Dim instance As PDFCheckWidget Dim value As PDFAnnotationAppearance instance.UncheckedNormalAppearance = value value = instance.UncheckedNormalAppearance
public PDFAnnotationAppearance UncheckedNormalAppearance {get; set;}
Property Value
The normal appearance of the field widget in unchecked state.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