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