'Declaration <DescriptionAttribute("The padding for study panel.")> <CategoryAttribute("Study Panel Appearance")> Public Property StudyPanelPadding As Vintasoft.Primitives.VintasoftPadding
[Description("The padding for study panel.")] [Category("Study Panel Appearance")] public Vintasoft.Primitives.VintasoftPadding StudyPanelPadding { get; set; }
[Description("The padding for study panel.")] [Category("Study Panel Appearance")] public: __property Vintasoft.Primitives.VintasoftPadding get_StudyPanelPadding(); public: __property void set_StudyPanelPadding(
Vintasoft.Primitives.VintasoftPadding value
);
[Description("The padding for study panel.")] [Category("Study Panel Appearance")] public:
property Vintasoft.Primitives.VintasoftPadding StudyPanelPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }