'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The scale of thumbnails.")> <DefaultValueAttribute(Normal)> Public Property ThumbnailScale As ThumbnailScale
[Category("VintaSoft")] [Description("The scale of thumbnails.")] [DefaultValue(Normal)] public ThumbnailScale ThumbnailScale { get; set; }
[Category("VintaSoft")] [Description("The scale of thumbnails.")] [DefaultValue(Normal)] public: __property ThumbnailScale get_ThumbnailScale(); public: __property void set_ThumbnailScale(
ThumbnailScale value
);
[Category("VintaSoft")] [Description("The scale of thumbnails.")] [DefaultValue(Normal)] public:
property ThumbnailScale ThumbnailScale { ThumbnailScale get(); void set(ThumbnailScale value); }
Property Value
Значение по умолчанию - ThumbnailScale.Нормальный.