BCGControlBar Library for .NET
TabItemPadding Property (TabControlEx)




Specifies the spacing between content (text and images) of tab item and tab area. Should be specified as if a tab area is aligned at the bottom. For other alignments the padding is recalculated automatically.
Syntax
'Declaration
 
Public Property TabItemPadding As Padding
'Usage
 
Dim instance As TabControlEx
Dim value As Padding
 
instance.TabItemPadding = value
 
value = instance.TabItemPadding
public Padding TabItemPadding {get; set;}
public: __property Padding get_TabItemPadding();
public: __property void set_TabItemPadding( 
   Padding value
);
public:
property Padding TabItemPadding {
   Padding get();
   void set (    Padding value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabControlEx Class
TabControlEx Members

Send Feedback