The following tables list the members exposed by WebThumbnailViewer.
Public Constructors
Name | Description | |
---|---|---|
WebThumbnailViewer | Initializes a new instance of the WebThumbnailViewer class. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds a new thumbnail element from an image to the end of the WebThumbnailsViewer control and specify the thumbnail text. | |
Clear | Removes all thumbnail elements from the WebThumbnailViewer control. | |
EnsureVisible | Ensures that the specified thumbnail item is visible within the control, scrolling the contents of the control if necessary. | |
GetThumbnailInfo | Gets information about a specific thumbnail element. | |
GetThumbnailText | Gets the thumbnail text for a specific thumbnail element. | |
Insert | Inserts a new thumbnail element(s) from an image to the specified index of the WebThumbnailsViewer control and specify the thumbnail text. | |
Remove | Removes one thumbnail or a group of thumbnails from the WebThumbnailViewer control. | |
RenderControl | Overrides the Control.RenderControl | |
SetThumbnailText | Sets the thumbnail text for a specific thumbnail element. |
Protected Methods
Name | Description | |
---|---|---|
OnInit | Overrides the Control.OnInit method. | |
OnPreRender | Overrides the Control.OnPreRender method. |
Public Properties
Name | Description | |
---|---|---|
BrowserImageFormat | Gets or sets the format of the thumbnail image displayed in the thumbnail viewer. | |
CacheFolder | Gets or sets the virtual path where the processed images are cached. | |
Columns | Gets or sets the number of columns of thumbnails that will be displayed. | |
Count | Gets or sets the number of thumbnails in the viewer. | |
DisableBrowserCaching | Gets or sets a value that disables the browser images caching on the client machine. | |
Font | Overrides the WebControl.Font property. | |
ForeColor | Overrides the WebControl.ForeColor property. | |
HorizontalAlignMode | Gets or sets the horizontal alignment used when displaying the thumbnails. | |
InputProfile | Gets or sets the URL of the XML file that contains the codecs load options. | |
LayoutDirection | Gets or sets the orientation of the thumbnail viewer. | |
OutputProfile | Gets or sets the URL of the XML file that contains the codec save options for the image displayed by the WebThumbnailViewer. | |
ResourcesPath | Gets or sets the virtual path where resources(scripts, icons) are located. | |
Rows | Gets or sets the number of rows of thumbnails that will be displayed. | |
SelectedIndex | Gets or sets the 0-based index of the selected thumbnail. | |
SelectedThumbStyle | Gets the style for a selected thumbnail. | |
ShowItemText | Gets or sets a value indicates whether the thumbnail item text is shown in the control or not. | |
ThumbPadding | Gets or sets the number of pixels padded around each thumbnail. | |
ThumbsDirection | Gets or sets the flow of the thumbnail images. | |
ThumbSize | Gets or sets the size of the thumbnail in pixels. | |
ThumbSpacing | Gets or sets the number of pixels between each two adjacent thumbnails. | |
ThumbStyle | Gets the style for an unselected thumbnail. | |
VerticalAlignMode | Gets or sets the vertical alignment used when displaying the thumbnails. | |
ViewerID | Gets or sets the ID of the WebImageViewer used to display the selected thumbnail. | |
Visible | Overrides the Control.Visible property. |
Public Events
Name | Description | |
---|---|---|
PropertyChanged | Notifies clients that a property value has changed. |