VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / ThumbnailFlowStyle Property
Syntax Requirements SeeAlso
In This Topic
    ThumbnailFlowStyle Property (ThumbnailViewer)
    In This Topic
    Gets or sets the style of thumbnails arrangement.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(SingleColumn)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The style of thumbnails arrangement.")>
    Public Property ThumbnailFlowStyle As ThumbnailFlowStyle
    
    
    [DefaultValue(SingleColumn)]
    [Category("VintaSoft")]
    [Description("The style of thumbnails arrangement.")]
    public ThumbnailFlowStyle ThumbnailFlowStyle { get; set; }
    
    
    [DefaultValue(SingleColumn)]
    [Category("VintaSoft")]
    [Description("The style of thumbnails arrangement.")]
    public: __property ThumbnailFlowStyle get_ThumbnailFlowStyle();
    public: __property void set_ThumbnailFlowStyle(
    ThumbnailFlowStyle value
    );
    [DefaultValue(SingleColumn)]
    [Category("VintaSoft")]
    [Description("The style of thumbnails arrangement.")]
    public:
    property ThumbnailFlowStyle ThumbnailFlowStyle { ThumbnailFlowStyle get(); void set(ThumbnailFlowStyle value); }

    Property Value

    Default value is ThumbnailFlowStyle.SingleColumn.
    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