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