VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailRenderingThreadCount Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ThumbnailRenderingThreadCount Property (WpfThumbnailViewer)
    In This Topic
    Gets or sets a count of threads for thumbnail rendering.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DefaultValueAttribute(1)>
    <DescriptionAttribute("A count of threads for thumbnail rendering.")>
    Public Property ThumbnailRenderingThreadCount As System.Int32
    
    
    [Category("VintaSoft")]
    [DefaultValue(1)]
    [Description("A count of threads for thumbnail rendering.")]
    public System.Int32 ThumbnailRenderingThreadCount { get; set; }
    
    
    [Category("VintaSoft")]
    [DefaultValue(1)]
    [Description("A count of threads for thumbnail rendering.")]
    public: __property System.Int32 get_ThumbnailRenderingThreadCount();
    public: __property void set_ThumbnailRenderingThreadCount(
    System.Int32 value
    );
    [Category("VintaSoft")]
    [DefaultValue(1)]
    [Description("A count of threads for thumbnail rendering.")]
    public:
    property System.Int32 ThumbnailRenderingThreadCount { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Default value is 1. Minimum value is 1, maximum value is 64.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 1.
    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