'Declaration <DescriptionAttribute("The thumbnail caption color. This is a dependency property.")> <CategoryAttribute("VintaSoft")> Public Property ThumbnailCaptionColor As System.Windows.Media.Color
[Description("The thumbnail caption color. This is a dependency property.")] [Category("VintaSoft")] public System.Windows.Media.Color ThumbnailCaptionColor { get; set; }
[Description("The thumbnail caption color. This is a dependency property.")] [Category("VintaSoft")] public: __property System.Windows.Media.Color* get_ThumbnailCaptionColor(); public: __property void set_ThumbnailCaptionColor(
System.Windows.Media.Color* value
);
[Description("The thumbnail caption color. This is a dependency property.")] [Category("VintaSoft")] public:
property System.Windows.Media.Color^ ThumbnailCaptionColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }