'Declaration <CategoryAttribute("Series Panel Appearance")> <DescriptionAttribute("The thumbnail image size for 'series' panel.")> Public Property ThumbnailImageSize As Vintasoft.Primitives.VintasoftSizeI
[Category("Series Panel Appearance")] [Description("The thumbnail image size for 'series' panel.")] public Vintasoft.Primitives.VintasoftSizeI ThumbnailImageSize { get; set; }
[Category("Series Panel Appearance")] [Description("The thumbnail image size for 'series' panel.")] public: __property Vintasoft.Primitives.VintasoftSizeI get_ThumbnailImageSize(); public: __property void set_ThumbnailImageSize(
Vintasoft.Primitives.VintasoftSizeI value
);
[Category("Series Panel Appearance")] [Description("The thumbnail image size for 'series' panel.")] public:
property Vintasoft.Primitives.VintasoftSizeI ThumbnailImageSize { Vintasoft.Primitives.VintasoftSizeI get(); void set(Vintasoft.Primitives.VintasoftSizeI value); }