Version

TabPadding Property (MdiTabGroupSettingsResolved)

Readonly. Returns the amount of padding around the image and text of the MdiTab.
Syntax
'Declaration
 
Public ReadOnly Property TabPadding As Size
public Size TabPadding {get;}
Remarks

TabPadding is the amount of space between the contents of the tab (the image and text) and the borders of the tab.

The Width and Height may be set on different levels. In other words, you may set the Width of the TabPadding of the Settings to 3 but leave the Height set to -1 and the Height of the TabGroupSettingsTabPadding will be used if specified.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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