The SelectedObjectCursor Property supports WPF/Silverlight.
The SelectedObjectCursor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the System.Windows.Input.Cursor mouse pointer image used when the cursor is over a selected object. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property SelectedObjectCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationManager Dim value As Cursor instance.SelectedObjectCursor = value value = instance.SelectedObjectCursor |
C# | |
---|---|
public Cursor SelectedObjectCursor {get; set;} |
Property Value
The System.Windows.Input.Cursor mouse pointer image used when the cursor is over a selected object.For C#/VB examples, refer to SelectObjectCursor.
Used when AnnAutomationManager.UserMode is AnnUserMode.Design
If the cursor is over a control point the ControlPoint cursor's image will be used instead.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
AnnAutomationManager ClassAnnAutomationManager Members
RotateCenterControlPoint Property
ControlPoint Property
ControlPointNWSECursor Property
ControlPointNSCursor Property
ControlPointNESWCursor Property
ControlPointWECursor Property
RotateGripperControlPoint Property
RunCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property