'Declaration <DescriptionAttribute("The padding for patient panel.")> <CategoryAttribute("Patient Panel Appearance")> Public Property PatientPanelPadding As Vintasoft.Primitives.VintasoftPadding
[Description("The padding for patient panel.")] [Category("Patient Panel Appearance")] public Vintasoft.Primitives.VintasoftPadding PatientPanelPadding { get; set; }
[Description("The padding for patient panel.")] [Category("Patient Panel Appearance")] public: __property Vintasoft.Primitives.VintasoftPadding get_PatientPanelPadding(); public: __property void set_PatientPanelPadding(
Vintasoft.Primitives.VintasoftPadding value
);
[Description("The padding for patient panel.")] [Category("Patient Panel Appearance")] public:
property Vintasoft.Primitives.VintasoftPadding PatientPanelPadding { Vintasoft.Primitives.VintasoftPadding get(); void set(Vintasoft.Primitives.VintasoftPadding value); }