Visual Basic (Declaration) | |
---|---|
Public Property SelectedObjectCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Cursor SelectedObjectCursor {get; set;} |
XAML Attributes Usage | |
---|---|
<object SelectedObjectCursor=System.Windows.Input.Cursor .../> |
XAML Attributes Usage | |
---|---|
<object SelectedObjectCursor=System.Windows.Input.Cursor .../> |
Return Value
The Cursor mouse pointer image used when the cursor is over a selected object.For C#/VB examples, refer to SelectObjectCursor.
Used when UserMode is AnnUserMode.Design
If the cursor is over a control point the ControlPoint cursor's image will be used instead.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
Reference
AnnAutomationManager ClassAnnAutomationManager Members
RotateCenterControlPoint Property
ControlPoint Property
ControlPointNWSECursor Property
ControlPointNSCursor Property
ControlPointNESWCursor Property
ControlPointWECursor Property
RotateGripperControlPoint Property
RunCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property