VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / ThumbnailImageSize Property
Syntax Requirements SeeAlso
In This Topic
    ThumbnailImageSize Property (DicomSeriesManagerControl)
    In This Topic
    Gets or sets the thumbnail image size for 'series' panel.
    Syntax
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <CategoryAttribute("Series Panel Appearance")>
    <DescriptionAttribute("The thumbnail image size for 'series' panel.")>
    Public Property ThumbnailImageSize As System.Drawing.Size
    
    
    [DesignerSerializationVisibility(Visible)]
    [Category("Series Panel Appearance")]
    [Description("The thumbnail image size for 'series' panel.")]
    public System.Drawing.Size ThumbnailImageSize { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [Category("Series Panel Appearance")]
    [Description("The thumbnail image size for 'series' panel.")]
    public: __property System.Drawing.Size* get_ThumbnailImageSize();
    public: __property void set_ThumbnailImageSize(
    System.Drawing.Size* value
    );
    [DesignerSerializationVisibility(Visible)]
    [Category("Series Panel Appearance")]
    [Description("The thumbnail image size for 'series' panel.")]
    public:
    property System.Drawing.Size^ ThumbnailImageSize { System.Drawing.Size^ get(); void set(System.Drawing.Size^ value); }
    Requirements

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

    See Also