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