BCGControlBar Library for .NET
ExtraMargin Property




Specifies the extra padding of the tab item. The default value is 0. Used when TabStrip::AlwaysCalcSizeForBoldFont set to true in order to center the item content for non-selected items or when content size less than item size (fixed layout).

Syntax
'Declaration
 
Public Property ExtraMargin As Integer
'Usage
 
Dim instance As TabItem
Dim value As Integer
 
instance.ExtraMargin = value
 
value = instance.ExtraMargin
public int ExtraMargin {get; set;}
public: __property int get_ExtraMargin();
public: __property void set_ExtraMargin( 
   int value
);
public:
property int ExtraMargin {
   int get();
   void set (    int 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

TabItem Class
TabItem Members

Send Feedback