'Declaration <DescriptionAttribute("The style of thumbnails arrangement. This is a dependency property.")> <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(SingleColumn)> Public Property ThumbnailFlowStyle As Vintasoft.Imaging.UI.ThumbnailFlowStyle
[Description("The style of thumbnails arrangement. This is a dependency property.")] [Category("VintaSoft")] [DefaultValue(SingleColumn)] public Vintasoft.Imaging.UI.ThumbnailFlowStyle ThumbnailFlowStyle { get; set; }
[Description("The style of thumbnails arrangement. This is a dependency property.")] [Category("VintaSoft")] [DefaultValue(SingleColumn)] public: __property Vintasoft.Imaging.UI.ThumbnailFlowStyle get_ThumbnailFlowStyle(); public: __property void set_ThumbnailFlowStyle(
Vintasoft.Imaging.UI.ThumbnailFlowStyle value
);
[Description("The style of thumbnails arrangement. This is a dependency property.")] [Category("VintaSoft")] [DefaultValue(SingleColumn)] public:
property Vintasoft.Imaging.UI.ThumbnailFlowStyle ThumbnailFlowStyle { Vintasoft.Imaging.UI.ThumbnailFlowStyle get(); void set(Vintasoft.Imaging.UI.ThumbnailFlowStyle value); }
Property Value
Значение по умолчанию - ThumbnailFlowStyle.SingleColumn.