'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("A color of annotation.")> Public Property Color As System.Drawing.Color
[Category("Appearance")] [Description("A color of annotation.")] public System.Drawing.Color Color { get; set; }
[Category("Appearance")] [Description("A color of annotation.")] public: __property System.Drawing.Color* get_Color(); public: __property void set_Color(
System.Drawing.Color* value
);
[Category("Appearance")] [Description("A color of annotation.")] public:
property System.Drawing.Color^ Color { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }