Version

SpaceOnRight Property

Space between the right side of UltraWebTab and the right edge of the last Tab.
Syntax
'Declaration
 
Public Property SpaceOnRight As Integer
public int SpaceOnRight {get; set;}
Remarks

Notes:

  • This property has effect only for TopRight, BottomRight, LeftBottom and RightBottom orientations of tabs. See TabOrientation.
  • This property has effect also when DisplayMode is set to the MultiRow and orientation of tabs is horizontal.
  • This property has no effect if the last TabItem (right edge) is instance of TabSeparator.

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