'Declaration <DescriptionAttribute("The interior spacing of the annotation.")> Public Property Padding As System.Drawing.SizeF
[Description("The interior spacing of the annotation.")] public System.Drawing.SizeF Padding { get; set; }
[Description("The interior spacing of the annotation.")] public: __property System.Drawing.SizeF* get_Padding(); public: __property void set_Padding(
System.Drawing.SizeF* value
);
[Description("The interior spacing of the annotation.")] public:
property System.Drawing.SizeF^ Padding { System.Drawing.SizeF^ get(); void set(System.Drawing.SizeF^ value); }