Methods
Server Name | Client(JavaScript) Syntax | Description | |
---|---|---|---|
ThumbnailStyle.BackColor | getBackColor():string(CSS color); | setBackColor(value:string(CSS color)) | Gets or sets the CSS background color to use for the thumbnail. |
ThumbnailStyle.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. |
ThumbnailStyle.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. |