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