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