'Declaration <DescriptionAttribute("The style of thumbnails arrangement.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(SingleColumn)> Public Property ThumbnailFlowStyle As ThumbnailFlowStyle
[Description("The style of thumbnails arrangement.")] [Category("VintaSoft")] [DefaultValue(SingleColumn)] public ThumbnailFlowStyle ThumbnailFlowStyle { get; set; }
[Description("The style of thumbnails arrangement.")] [Category("VintaSoft")] [DefaultValue(SingleColumn)] public: __property ThumbnailFlowStyle get_ThumbnailFlowStyle(); public: __property void set_ThumbnailFlowStyle(
ThumbnailFlowStyle value
);
[Description("The style of thumbnails arrangement.")] [Category("VintaSoft")] [DefaultValue(SingleColumn)] public:
property ThumbnailFlowStyle ThumbnailFlowStyle { ThumbnailFlowStyle get(); void set(ThumbnailFlowStyle value); }
Property Value
Default value is ThumbnailFlowStyle.SingleColumn.