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