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