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