Version

MarginLeading Property

Get sets margin in front of this tab item.
Syntax
'Declaration
 
Public Property MarginLeading As Unit
public Unit MarginLeading {get; set;}
Remarks

That defines space/separator between tab items.

Notes:

  • Only pixel values are supported
  • If DisplayMode of WebTab is set to multi-row, then that property is not supported
  • If tabs are located on left or right, then actual margin is defined by largest value among this property and MarginTrailing of previous tab item.

Requirements

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