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