ImageGalleryStyles Properties
Contains settings that allow the appearance of various ASPxImageGallery visual elements to be defined.| Name | Description |
|---|---|
| Content | Gets the style settings defining the appearance of image slider content. |
| CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
| EmptyData | Gets the style settings defining the appearance of the message displayed when the image gallery has no data. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
| Item | Gets the style settings defining the appearance of image gallery items. |
| LoadingPanel | Provides style settings for a loading panel that can be displayed while waiting for a callback response. |
| Pager | Gets the style settings defining the appearance of the pager. |
| PagerButton | Gets the style settings defining the appearance of the buttons within the pager. |
| PagerCurrentPageNumber | Gets the style settings defining the appearance of the current page number within the pager. |
| PagerDisabledButton | Gets the style settings defining the appearance of the disabled buttons within the pager. |
| PagerPageNumber | Gets the style settings defining the appearance of page numbers within the pager. |
| PagerPageSizeItem | Gets the style settings defining the appearance of the pager size item within the pager. |
| PagerPanel | Gets the style settings defining the appearance of the pager panel. |
| PagerShowMoreItemsContainer | Gets the style settings defining the appearance of the ‘Show More Items’ link container. |
| PagerSummary | Gets the style settings defining the appearance of the pager summary. |
| Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
| ThumbnailTextArea | Gets the style settings defining the appearance of the thumbnail text area. |
See Also