'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(Normal)> <DescriptionAttribute("The scale of thumbnails.")> Public Property ThumbnailScale As ThumbnailScale
[Category("VintaSoft")] [DefaultValue(Normal)] [Description("The scale of thumbnails.")] public ThumbnailScale ThumbnailScale { get; set; }
[Category("VintaSoft")] [DefaultValue(Normal)] [Description("The scale of thumbnails.")] public: __property ThumbnailScale get_ThumbnailScale(); public: __property void set_ThumbnailScale(
ThumbnailScale value
);
[Category("VintaSoft")] [DefaultValue(Normal)] [Description("The scale of thumbnails.")] public:
property ThumbnailScale ThumbnailScale { ThumbnailScale get(); void set(ThumbnailScale value); }
Property Value
Default value is ThumbnailScale.Normal.