ImageSliderAutoGeneratedImagesSettings Properties
Provides options for automatically generated images within the image slider control.| Name | Description |
|---|---|
| EnableImageAutoGeneration | Specifies whether images from the image source folder should be cached on the server side, or they should be processed on the client side at runtime. |
| ImageCacheFolder | Gets or sets the path to the folder that contains cached images. Inherited from AutoGeneratedImagesSettingsBase. |
| ImageHeight | Gets or sets the height of cached images. Inherited from AutoGeneratedImagesSettingsBase. |
| ImageWidth | Gets or sets the width of cached images. Inherited from AutoGeneratedImagesSettingsBase. |
| ThumbnailHeight | Gets or sets the height of thumbnails. Inherited from AutoGeneratedImagesSettingsBase. |
| ThumbnailWidth | Gets or sets the width of thumbnails. Inherited from AutoGeneratedImagesSettingsBase. |
See Also