'Declaration Public Enum ImageViewerRoles Inherits System.Enum
public enum ImageViewerRoles : System.Enum
Member | Description |
---|---|
Control | The CSS Class that will be applied to the outer control.
Applied when Orientation is set to Horizontal. |
Control_Vert | The CSS Class that will be applied to the outer control.
Applied when Orientation is set to Vertical. |
CornerBottomLeft | The Bottom Left corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Horizontal. |
CornerBottomLeft_Vert | The Bottom Left corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Vertical. |
CornerBottomRight | The Bottom Right corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Horizontal. |
CornerBottomRight_Vert | The Bottom Right corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Vertical. |
CornerTopLeft | The Top Left corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Horizontal. |
CornerTopLeft_Vert | The Top Left corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Vertical. |
CornerTopRight | The Top Right corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Horizontal. |
CornerTopRight_Vert | The Top Right corner of the control.
This CSS Class should be used for rounded corners. Applied when Orientation is set to Vertical. |
EdgeBottom | A 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_Vert | A 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. |
EdgeLeft | A 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_Vert | A 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. |
EdgeRight | A 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_Vert | A 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. |
EdgeTop | A 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_Vert | A 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. |
FooterArea | A 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_Vert | A 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. |
FooterContent | The CSS class that will be applied to the actual content of the Footer.
Applied when Orientation is set to Horizontal. |
FooterContent_Vert | The CSS class that will be applied to the actual content of the Footer.
Applied when Orientation is set to Vertical. |
FooterContentArea | The 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_Vert | The 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. |
FooterContentLeft | The CSS class that will be applied to the Left Corner of the Footer.
Applied when Orientation is set to Horizontal. |
FooterContentLeft_Vert | The CSS class that will be applied to the Left Corner of the Footer.
Applied when Orientation is set to Vertical. |
FooterContentRight | The CSS class that will be applied to the Right Corner of the Footer.
Applied when Orientation is set to Horizontal. |
FooterContentRight_Vert | The CSS class that will be applied to the Right Corner of the Footer.
Applied when Orientation is set to Vertical. |
FooterPadding | The 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_Vert | The 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. |
HeaderArea | A 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_Vert | A 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. |
HeaderContent | The CSS class that will be applied to the actual content of the Header.
Applied when Orientation is set to Horizontal. |
HeaderContent_Vert | The CSS class that will be applied to the actual content of the Header.
Applied when Orientation is set to Vertical. |
HeaderContentArea | The 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_Vert | The 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. |
HeaderContentLeft | The CSS class that will be applied to the Left Corner of the Header.
Applied when Orientation is set to Horizontal. |
HeaderContentLeft_Vert | The CSS class that will be applied to the Left Corner of the Header.
Applied when Orientation is set to Vertical. |
HeaderContentRight | The CSS class that will be applied to the Right Corner of the Header.
Applied when Orientation is set to Horizontal. |
HeaderContentRight_Vert | The CSS class that will be applied to the Right Corner of the Header.
Applied when Orientation is set to Vertical. |
HeaderPadding | The 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_Vert | The 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. |
Image | An 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_Vert | An 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. |
ImageArea | A 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_Vert | A 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. |
ImageAreaContainer | A 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_Vert | A 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. |
ImageDisabled | Applied to an IMG when the image is disabled.
Applied when Orientation is set to Horizontal. |
ImageDisabled_Vert | Applied to an IMG when the image is disabled.
Applied when Orientation is set to Vertical. |
ImageHover | Applied to an IMG when the mouse is over it.
Applied when Orientation is set to Horizontal. |
ImageHover_Vert | Applied to an IMG when the mouse is over it.
Applied when Orientation is set to Vertical. |
ImageSelected | Applied to an IMG when it is selected.
Applied when Orientation is set to Horizontal. |
ImageSelected_Vert | Applied to an IMG when it is selected.
Applied when Orientation is set to Vertical. |
NextButton | The 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_Vert | The 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. |
NextButtonArea | The 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_Vert | The 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. |
OtherImageHover | When 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_Vert | When 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. |
PrevButton | The 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_Vert | The 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. |
PrevButtonArea | The 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_Vert | The 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. |
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