Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

Cursor Property






Gets or sets the CSS cursor to display when the mouse moves over the thumbnail.
Syntax
public string Cursor {get; set;}
'Declaration
 
Public Property Cursor As String
'Usage
 
Dim instance As ThumbnailStyle
Dim value As String
 
instance.Cursor = value
 
value = instance.Cursor

            

            
public:
property String^ Cursor {
   String^ get();
   void set (    String^ value);
}

Property Value

The CSS cursor to display when the mouse moves over the thumbnail.
Example
Refer to WebThumbnailViewer.Add
Requirements

Target Platforms

See Also

Reference

ThumbnailStyle Class
ThumbnailStyle Members
WebThumbnailViewer Client Class

Error processing SSI file