'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color of the Highlight text markup annotation.")> <DefaultValueAttribute(System.Drawing.Color, "255, 255, 209, 0")> Public Property HighlightColor As System.Drawing.Color
[Category("Appearance")] [Description("The color of the Highlight text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 255, 209, 0")] public System.Drawing.Color HighlightColor { get; set; }
[Category("Appearance")] [Description("The color of the Highlight text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 255, 209, 0")] public: __property System.Drawing.Color* get_HighlightColor(); public: __property void set_HighlightColor(
System.Drawing.Color* value
);
[Category("Appearance")] [Description("The color of the Highlight text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 255, 209, 0")] public:
property System.Drawing.Color^ HighlightColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }