'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
Значение по умолчанию - ThumbnailFlowStyle.SingleColumn.