Version

RoundedImage Class

Container of properties that define rounded shape for UltraWebTab tabs.
Syntax
'Declaration
 
Public Class RoundedImage 
public class RoundedImage 
Remarks

Notes:

  • To enable rounded images the FillStyle property should be used.
  • When rounded images are enabled, then outter border around tabs is not painted and background is not filled by the BackColor. However, the BackColor is used to fill background of ContentPane.
  • If the NormalImage property is not set, then default images are used.
  • The width/height of images should be larger than the width/height of the largest tab.
  • The UltraWebTab may use a single (custom) image for all FillStyle styles. To customize rounded images for other states of tab such as mouse-over, selected and disabled, corresponding image-properties should be set as well.
  • Not all configurations of TabOrientation and TextOrientation are supported for a particular browser,- due to limitation of browsers to properly align background image. In this case,- normal borders and background colors will be used automatically instead of rounded images.
  • To support down level browsers such as Netscape 4/5:
    • In addition to the Normal/Selected image properties, the DownLevelNormalRightImage and/or DownLevelSelectedRightImage should be set as well.
    • In case of the bottom (or right) tab orientation,- the height (width) of images should match with the height (width) of tabs.

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