'Declaration <DescriptionAttribute("The color of the thumbnail caption.")> Public Property TextColor As System.Drawing.Color
[Description("The color of the thumbnail caption.")] public System.Drawing.Color TextColor { get; set; }
[Description("The color of the thumbnail caption.")] public: __property System.Drawing.Color* get_TextColor(); public: __property void set_TextColor(
System.Drawing.Color* value
);
[Description("The color of the thumbnail caption.")] public:
property System.Drawing.Color^ TextColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }