Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

PointerPosition Property






Gets or sets the position of this AnnTextPointerObject object's pointer. This is a dependency property.
Syntax
public Point PointerPosition {get; set;}
'Declaration
 
Public Property PointerPosition As Point
'Usage
 
Dim instance As AnnTextPointerObject
Dim value As Point
 
instance.PointerPosition = value
 
value = instance.PointerPosition

            

            
public:
property Point PointerPosition {
   Point get();
   void set (    Point value);
}

Property Value

A System.Windows.Point structure that specifies the position of the pointer
Remarks
The pointer will be drawn as the shortest straight line between any of the 4 corners of the bounding rectangle and this position. The annotation framework will update this line automatically when this AnnTextPointerObject object is transformed.
For more information, refer to Using Text in WPF Annotation Objects.
Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnTextPointerObject.

Requirements

Target Platforms

See Also

Reference

AnnTextPointerObject Class
AnnTextPointerObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features