LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Cursor Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.