The following tables list the members exposed by RoundedImage.
Name | Description | |
---|---|---|
RoundedImage Constructor | The default public constructor. |
Name | Description | |
---|---|---|
DefaultImages | The names of the file that contains the background image used for a tab when the NormalImage is not set. | |
DisabledImage | The name of the file that contains the background image used for a tab in the disabled state.
If that property is not set, then the NormalImage is used. | |
DownLevelNormalRightImage | The name of the file that contains the right edge of a rounded image which is used for a tab in the normal state.
That property is used only for a down level browser such as Netscape 4/5. If that property is not set, then the default file-image is used. | |
DownLevelSelectedRightImage | The name of the file that contains the right edge of a rounded image which is used for a tab in the selected state.
This property is used only for a down level browser such as Netscape 4/5. If that property is not set, then the DownLevelNormalRightImage is used. | |
FillStyle | Sets gets value that determines how the rounded image(s) should be rendered.
Image can not be stretched and it is used as it is. | |
HoverImage | The name of the file that contains the background image used for a tab in the "mouse-over" state.
If that property is not set, then the NormalImage is used. | |
LeftSideWidth | The width in pixels of the part of the rounded image displayed on the left side of the tab. The default value is set to 5 pixels. | |
NormalImage | The name of the file that contains the background image used for a tab in the normal state.
If that property is not set, then the default image is used. | |
RightSideWidth | The width in pixels of the part of the rounded image displayed on the right side of the tab. The default value is set to 5 pixels. | |
SelectedImage | The name of the file that contains the background image used for a tab in the selected state.
If that property is not set, then the NormalImage is used. | |
ShiftOfImages | 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:
|