'Declaration <DescriptionAttribute("The color of the Strikeout text markup annotation.")> <DefaultValueAttribute(System.Drawing.Color, "255, 229, 34, 55")> <CategoryAttribute("Appearance")> Public Property StrikeoutColor As System.Drawing.Color
[Description("The color of the Strikeout text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 229, 34, 55")] [Category("Appearance")] public System.Drawing.Color StrikeoutColor { get; set; }
[Description("The color of the Strikeout text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 229, 34, 55")] [Category("Appearance")] public: __property System.Drawing.Color* get_StrikeoutColor(); public: __property void set_StrikeoutColor(
System.Drawing.Color* value
);
[Description("The color of the Strikeout text markup annotation.")] [DefaultValue(System.Drawing.Color, "255, 229, 34, 55")] [Category("Appearance")] public:
property System.Drawing.Color^ StrikeoutColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }