The amount of padding around the items in the individual tabs. You can specify both horizontal and vertical padding.
[Visual Basic] Public Property Padding As Point [C#] public Point Padding {get; set;} [C++] public: __property Point get_Padding(); public: __property void set_Padding(Point); [JScript] public function get Padding() : Point; public function set Padding(Point);