'Declaration <CategoryAttribute("Series Panel Appearance")> <DescriptionAttribute("The padding for the 'series image count' label on series' thumbnail.")> Public Property SeriesImageCountPadding As Vintasoft.Primitives.VintasoftPadding
[Category("Series Panel Appearance")] [Description("The padding for the 'series image count' label on series' thumbnail.")] public Vintasoft.Primitives.VintasoftPadding SeriesImageCountPadding { get; set; }
[Category("Series Panel Appearance")] [Description("The padding for the 'series image count' label on series' thumbnail.")] public: __property Vintasoft.Primitives.VintasoftPadding get_SeriesImageCountPadding(); public: __property void set_SeriesImageCountPadding(
Vintasoft.Primitives.VintasoftPadding value
);
[Category("Series Panel Appearance")] [Description("The padding for the 'series image count' label on series' thumbnail.")] public:
property Vintasoft.Primitives.VintasoftPadding SeriesImageCountPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }