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