'Declaration <DescriptionAttribute("The color of the Underline text markup annotation.")> <DefaultValueAttribute(System.Drawing.Color, "255, 106, 217, 38")> <CategoryAttribute("Appearance")> Public Property UnderlineColor As System.Drawing.Color
[Description("The color of the Underline text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 106, 217, 38")] [Category("Appearance")] public System.Drawing.Color UnderlineColor { get; set; }
[Description("The color of the Underline text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 106, 217, 38")] [Category("Appearance")] public: __property System.Drawing.Color* get_UnderlineColor(); public: __property void set_UnderlineColor(
System.Drawing.Color* value
);
[Description("The color of the Underline text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 106, 217, 38")] [Category("Appearance")] public:
property System.Drawing.Color^ UnderlineColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }