Version

ShiftOfImages Property

The shift in pixels of all rounded images besides the image for the selected state. The default value is set to 0 pixels.

This property has effect only if all of the following conditions are true:

  • Browser is up-level
  • UltraWebTab has top or left tab orientation
  • The value of the FillStyle property is LeftMergedWithCenter or RightMergedWithCenter
In case of the top-tab orientations,- the images are shifted down, in case of the left-tab orientations,- the images are shifted to the right.

Syntax
'Declaration
 
Public Property ShiftOfImages As Integer
public int ShiftOfImages {get; set;}
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