'Declaration <DescriptionAttribute("The thumbnail image padding for 'series' panel.")> <CategoryAttribute("Series Panel Appearance")> Public Property ThumbnailImagePadding As Vintasoft.Primitives.VintasoftPadding
[Description("The thumbnail image padding for 'series' panel.")] [Category("Series Panel Appearance")] public Vintasoft.Primitives.VintasoftPadding ThumbnailImagePadding { get; set; }
[Description("The thumbnail image padding for 'series' panel.")] [Category("Series Panel Appearance")] public: __property Vintasoft.Primitives.VintasoftPadding get_ThumbnailImagePadding(); public: __property void set_ThumbnailImagePadding(
Vintasoft.Primitives.VintasoftPadding value
);
[Description("The thumbnail image padding for 'series' panel.")] [Category("Series Panel Appearance")] public:
property Vintasoft.Primitives.VintasoftPadding ThumbnailImagePadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }