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