Version

MarginTrailing Property

Get sets margin between this tab item and next.
Syntax
'Declaration
 
Public Property MarginTrailing As Unit
public Unit MarginTrailing {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 MarginLeading of next 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