The SelectRectangleCursor Property supports WPF/Silverlight.
The SelectRectangleCursor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the System.Windows.Input.Cursor mouse pointer image used when dragging and selecting a group of objects. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property SelectRectangleCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomationManager Dim value As Cursor instance.SelectRectangleCursor = value value = instance.SelectRectangleCursor |
C# | |
---|---|
public Cursor SelectRectangleCursor {get; set;} |
C++/CLI | |
---|---|
public: property Cursor^ SelectRectangleCursor { Cursor^ get(); void set ( Cursor^ value); } |
Property Value
The System.Windows.Input.Cursor mouse pointer image used when dragging and selecting a group of objects.For C#/VB examples, refer to SelectObjectCursor.
Used when AnnAutomationManager.UserMode is AnnUserMode.Design.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)