LEADTOOLS WebForms and AJAX Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.22
ltwfThumbStyle Client Class
This object mimics the ThumbnailStyle in syntax, for use on the client side.

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.