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