'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The padding of the square or circle.")> Public Property Padding As Vintasoft.Imaging.PaddingF
[Category("Appearance")] [Description("The padding of the square or circle.")] public Vintasoft.Imaging.PaddingF Padding { get; set; }
[Category("Appearance")] [Description("The padding of the square or circle.")] public: __property Vintasoft.Imaging.PaddingF get_Padding(); public: __property void set_Padding(
Vintasoft.Imaging.PaddingF value
);
[Category("Appearance")] [Description("The padding of the square or circle.")] public:
property Vintasoft.Imaging.PaddingF Padding { Vintasoft.Imaging.PaddingF get(); void set(Vintasoft.Imaging.PaddingF value); }