Version

RoundedImage Property

The RoundedImage object maintains properties related to the rounded shape of tabs.
Syntax
'Declaration
 
Public Property RoundedImage As RoundedImage
public RoundedImage RoundedImage {get; set;}
Remarks

Notes:

  • To enable rounded images, the FillStyle should be set to a value other than None.
  • To customize images the image related properties should be set, such as the NormalImage
  • To customize images it is also possible to modify default images that are located at the

    C:\Inetpub\wwwroot\aspnet_client\Infragistics\WebBars2\Images

    Names of default images for a particular configuration of TabOrientation and TextOrientation appear within the RoundedImage.DefaultImages property.
  • When this property is set, then the reference to the original RoundedImage object remains the same, and RoundedImage-subproperties are copied using the "RoundedImage.CopyFrom(...)" method.

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