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