NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabBase.Padding

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);

See Also

TabBase Class | TabBase Members | System.WinForms Namespace