'Declaration <CategoryAttribute("Appearance")> <DefaultValueAttribute(Default)> <DescriptionAttribute("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")> Public Property HighlightingMode As PdfAnnotationHighlightingMode
[Category("Appearance")] [DefaultValue(Default)] [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")] public PdfAnnotationHighlightingMode HighlightingMode { get; set; }
[Category("Appearance")] [DefaultValue(Default)] [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")] public: __property PdfAnnotationHighlightingMode get_HighlightingMode(); public: __property void set_HighlightingMode(
PdfAnnotationHighlightingMode value
);
[Category("Appearance")] [DefaultValue(Default)] [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")] public:
property PdfAnnotationHighlightingMode HighlightingMode { PdfAnnotationHighlightingMode get(); void set(PdfAnnotationHighlightingMode value); }