Version

ImageViewerRoles Enumeration

Roles defined for the ig_imageviewer.css file.
Syntax
'Declaration
 
Public Enum ImageViewerRoles 
   Inherits System.Enum
public enum ImageViewerRoles : System.Enum 
Members
MemberDescription
ControlThe CSS Class that will be applied to the outer control.

Applied when Orientation is set to Horizontal.

Control_VertThe CSS Class that will be applied to the outer control.

Applied when Orientation is set to Vertical.

CornerBottomLeftThe Bottom Left corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

CornerBottomLeft_VertThe Bottom Left corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Vertical.

CornerBottomRightThe Bottom Right corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

CornerBottomRight_VertThe Bottom Right corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Vertical.

CornerTopLeftThe Top Left corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

CornerTopLeft_VertThe Top Left corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Vertical.

CornerTopRightThe Top Right corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Horizontal.

CornerTopRight_VertThe Top Right corner of the control.

This CSS Class should be used for rounded corners.

Applied when Orientation is set to Vertical.

EdgeBottomA TD that wraps the Footer.

This CSS Class should be used for applying a Background-Image along the bottom border of the control.

Applied when Orientation is set to Horizontal.

EdgeBottom_VertA TD that wraps the Footer_Vert.

This CSS Class should be used for applying a Background-Image along the bottom border of the control.

Applied when Orientation is set to Vertical.

EdgeLeftA TD on the left side of the ImageArea.

This CSS Class should be used for applying a Background-Image along the left border of the control.

Applied when Orientation is set to Horizontal.

EdgeLeft_VertA TD on the left side of the ImageArea_Vert.

This CSS Class should be used for applying a Background-Image along the left border of the control.

Applied when Orientation is set to Vertical.

EdgeRightA TD on the right side of the ImageArea.

This CSS Class should be used for applying a Background-Image along the right border of the control.

Applied when Orientation is set to Horizontal.

EdgeRight_VertA TD on the right side of the ImageArea_Vert.

This CSS Class should be used for applying a Background-Image along the right border of the control.

Applied when Orientation is set to Vertical.

EdgeTopA TD that wraps the Header.

This CSS Class should be used for applying a Background-Image along the top border of the control.

Applied when Orientation is set to Horizontal.

EdgeTop_VertA TD that wraps the Header_Vert.

This CSS Class should be used for applying a Background-Image along the top border of the control.

Applied when Orientation is set to Vertical.

FooterAreaA TR that wraps the BottomLeft, BottomArea, and BottomRight elements.

This CSS class is useful in setting the height of the entire row.

Applied when Orientation is set to Horizontal.

FooterArea_VertA TR that wraps the BottomLeft_Vert, BottomArea_Vert, and BottomRight_Vert elements.

This CSS class is useful in setting the height of the entire row.

Applied when Orientation is set to Vertical.

FooterContentThe CSS class that will be applied to the actual content of the Footer.

Applied when Orientation is set to Horizontal.

FooterContent_VertThe CSS class that will be applied to the actual content of the Footer.

Applied when Orientation is set to Vertical.

FooterContentAreaThe CSS class that will be applied to the footer.

The footer can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Horizontal.

FooterContentArea_VertThe CSS class that will be applied to the footer.

The footer can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Vertical.

FooterContentLeftThe CSS class that will be applied to the Left Corner of the Footer.

Applied when Orientation is set to Horizontal.

FooterContentLeft_VertThe CSS class that will be applied to the Left Corner of the Footer.

Applied when Orientation is set to Vertical.

FooterContentRightThe CSS class that will be applied to the Right Corner of the Footer.

Applied when Orientation is set to Horizontal.

FooterContentRight_VertThe CSS class that will be applied to the Right Corner of the Footer.

Applied when Orientation is set to Vertical.

FooterPaddingThe CSS Class that will be applied to the outer control when the Footer is Visible.

This class should be used for adjusting the padding of the control,to account for the additional size of the header and footer.

Applied when Orientation is set to Horizontal.

FooterPadding_VertThe CSS Class that will be applied to the outer control when the Footer is Visible.

This class should be used for adjusting the padding of the control,to account for the additional size of the header and footer.

Applied when Orientation is set to Vertical.

HeaderAreaA TR that wraps the TopLeft, TopArea, and TopRight elements.

This CSS class is useful in setting the height of the entire row.

Applied when Orientation is set to Horizontal.

HeaderArea_VertA TR that wraps the TopLeft_Vert, TopArea_Vert, and TopRight_Vert elements.

This CSS class is useful in setting the height of the entire row.

Applied when Orientation is set to Vertical.

HeaderContentThe CSS class that will be applied to the actual content of the Header.

Applied when Orientation is set to Horizontal.

HeaderContent_VertThe CSS class that will be applied to the actual content of the Header.

Applied when Orientation is set to Vertical.

HeaderContentAreaThe CSS class that will be applied to the header.

The header can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Horizontal.

HeaderContentArea_VertThe CSS class that will be applied to the header.

The header can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Vertical.

HeaderContentLeftThe CSS class that will be applied to the Left Corner of the Header.

Applied when Orientation is set to Horizontal.

HeaderContentLeft_VertThe CSS class that will be applied to the Left Corner of the Header.

Applied when Orientation is set to Vertical.

HeaderContentRightThe CSS class that will be applied to the Right Corner of the Header.

Applied when Orientation is set to Horizontal.

HeaderContentRight_VertThe CSS class that will be applied to the Right Corner of the Header.

Applied when Orientation is set to Vertical.

HeaderPaddingThe CSS Class that will be applied to the outer control when the Header is Visible.

This class should be used for setting any padding that might be needed if the Header is placed above the control.

Applied when Orientation is set to Horizontal.

HeaderPadding_VertThe CSS Class that will be applied to the outer control when the Header is Visible.

This class should be used for setting any padding that might be needed if the Header is placed above the control.

Applied when Orientation is set to Vertical.

ImageAn IMG element that is contained by the ImageAra.

In XHTML, to apply a border around an image a padding-bottom must be set to the size of the border-top-width plus the border-bottom-width on the ImageArea.

Applied when Orientation is set to Horizontal.

Image_VertAn IMG element that is contained by the ImageAra.

In XHTML, to apply a border around an image a padding-right must be set to the size of the border-left-width plus the border-right-width on the ImageArea_Vert.

Applied when Orientation is set to Vertical.

ImageAreaA DIV that contains all of the Images.

In XHTML, to apply a border around the images a padding-bottom must be set to the size of the border-top-width plus the border-bottom-width.

Applied when Orientation is set to Horizontal.

ImageArea_VertA DIV that contains all of the Images.

In XHTML, to apply a border around the images a padding-right must be set to the size of the border-left-width plus the border-right-width.

Applied when Orientation is set to Vertical.

ImageAreaContainerA TD that contains the ImageArea.

If you would like a border around the ImageArea, this is the class to use.

Applied when Orientation is set to Horizontal.

ImageAreaContainer_VertA TD that contains the ImageArea.

If you would like a border around the ImageArea, this is the class to use.

Applied when Orientation is set to Vertical.

ImageDisabledApplied to an IMG when the image is disabled.

Applied when Orientation is set to Horizontal.

ImageDisabled_VertApplied to an IMG when the image is disabled.

Applied when Orientation is set to Vertical.

ImageHoverApplied to an IMG when the mouse is over it.

Applied when Orientation is set to Horizontal.

ImageHover_VertApplied to an IMG when the mouse is over it.

Applied when Orientation is set to Vertical.

ImageSelectedApplied to an IMG when it is selected.

Applied when Orientation is set to Horizontal.

ImageSelected_VertApplied to an IMG when it is selected.

Applied when Orientation is set to Vertical.

NextButtonThe CSS class that will be applied to the Next Button.

The Next Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Horizontal.

NextButton_VertThe CSS class that will be applied to the Next Button.

The Next Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Vertical.

NextButtonAreaThe CSS class that will be applied to the Container of the Next Button.

This css Class is the TD in which the Image element is rendered. This style can be used to set the vetical-align CSS attribute.

Applied when Orientation is set to Horizontal.

NextButtonArea_VertThe CSS class that will be applied to the Container of the NextButton.

This css Class is the TD in which the Image element is rendered. This style can be used to set the text-align CSS attribute.

Applied when Orientation is set to Vertical.

OtherImageHoverWhen an image is hovered, this style gets applied to all other images.

A good use of this style is to apply an opacity to all other images that aren't being hovered, so that the hovered image has more focus.

Applied when Orientation is set to Horizontal.

OtherImageHover_VertWhen an image is hovered, this style gets applied to all other images.

A good use of this style is to apply an opacity to all other images that aren't being hovered, so that the hovered image has more focus.

Applied when Orientation is set to Vertical.

PrevButtonThe CSS class that will be applied to the Previous Button.

The Previous Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Horizontal.

PrevButton_VertThe CSS class that will be applied to the Previous Button.

The Previous Button can be absolutely positoned anywhere in the control, because the WebImageViewer has an internal DIV that wraps the control with a position set to relative.

Applied when Orientation is set to Vertical.

PrevButtonAreaThe CSS class that will be applied to the Container of the Previous Button.

This css Class is the TD in which the Image element is rendered. This style can be used to set the vertical-align CSS attribute.

Applied when Orientation is set to Horizontal.

PrevButtonArea_VertThe CSS class that will be applied to the Container of the PreviousButton.

This css Class is the TD in which the Image element is rendered. This style can be used to set the text-align CSS attribute.

Applied when Orientation is set to Vertical.

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