VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailCaptionColor Property
Syntax Requirements SeeAlso
In This Topic
    ThumbnailCaptionColor Property (WpfThumbnailViewer)
    In This Topic
    Gets or sets the thumbnail caption color. This is a dependency property.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also