LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

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 string Cursor {get; set;}
 get_Cursor();
set_Cursor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ThumbnailStyle Class
ThumbnailStyle Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.