LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

SelectedObjectCursor Property






Gets or sets the System.Windows.Input.Cursor mouse pointer image used when the cursor is over a selected object. .NET support Silverlight support
Syntax
public Cursor SelectedObjectCursor {get; set;}
'Declaration
 
Public Property SelectedObjectCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.SelectedObjectCursor = value
 
value = instance.SelectedObjectCursor
public Cursor SelectedObjectCursor {get; set;}
 get_SelectedObjectCursor();
set_SelectedObjectCursor(value);
public:
property Cursor^ SelectedObjectCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The System.Windows.Input.Cursor mouse pointer image used when the cursor is over a selected object.
Remarks

Used when UserMode is AnnUserMode.Design

If the cursor is over a control point the ControlPoint cursor's image will be used instead.

Example

For C#/VB examples, refer to SelectObjectCursor.

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

AnnAutomationManager Class
AnnAutomationManager Members
RotateCenterControlPoint Property
ControlPoint Property
ControlPointNWSECursor Property
ControlPointNSCursor Property
ControlPointNESWCursor Property
ControlPointWECursor Property
RotateGripperControlPoint Property
RunCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property

 

 


Products | Support | Contact Us | Copyright Notices

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