This object mimics the ThumbnailStyle in syntax, for use on the client side.
Methods
Server Name | Client(JavaScript) Syntax | Description | |
---|---|---|---|
BackColor | getBackColor():string(CSS color); | setBackColor(value:string(CSS color)) | Gets or sets the CSS background color to use for the thumbnail. |
HoverBackColor | getHoverBackColor():string(CSS color); | setHoverBackColor(value:string(CSS color)) | Gets or sets the background color to use for the thumbnail when the mouse hovers over it. |
Cursor | getCursor():string(CSS cursor); | setCursor(value:string(CSS cursor)) | Gets or sets The CSS cursor to show when the mouse moves over the thumbnail. |