The RunCursor Property supports WPF/Silverlight.
The RunCursor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the cursor used in run mode when hovering over an object. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property RunCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationManager Dim value As Cursor instance.RunCursor = value value = instance.RunCursor |
C# | |
---|---|
public Cursor RunCursor {get; set;} |
Property Value
The cursor used in run mode when hovering over an object.For C#/VB examples, refer to SelectObjectCursor.
Used when AnnAutomationManager.UserMode is AnnUserMode.Run.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)