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