Visual Basic (Declaration) | |
---|---|
Public Property ControlPointNESWCursor As Cursor |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Cursor ControlPointNESWCursor {get; set;} |
XAML Attributes Usage | |
---|---|
<object ControlPointNESWCursor=System.Windows.Input.Cursor .../> |
XAML Attributes Usage | |
---|---|
<object ControlPointNESWCursor=System.Windows.Input.Cursor .../> |
Return Value
The Cursor mouse pointer image used when the cursor is over the upper right or lower left control point of a rectangular selection.For C#/VB examples, refer to SelectObjectCursor.
Note that when an AnnObjectBase is rotated, the mouse pointer image used for a particular control point can change. For example, if the upper left control point is rotated so that it is now the lower center control point, the mouse pointer image displayed would be dictated by the ControlPointNSCursor instead of the ControlPointNWSECursor.
Used when UserMode is AnnUserMode.Design.
Used with rectangular selections. A rectangular selection appears when the selected AnnObjectBase is rectangular (i.e. the object is derived from AnnRectangleObject).
For more information, refer to refer to ControlPoint, ControlPointWECursor, ControlPointNSCursor, and ControlPointNWSECursor.
For more information, refer to WPF Annotation Automation Cursors.
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
ControlPointWECursor Property
RotateGripperControlPoint Property
RunCursor Property
SelectedObjectCursor Property
SelectObjectCursor Property
SelectRectangleCursor Property