Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
FixedPointer Property
See Also 
Leadtools.Annotations Namespace > AnnTextPointerObject Class : FixedPointer Property




Gets or sets a value that indicates whether the pointer of this AnnTextPointerObject object is fixed.

Syntax

Visual Basic (Declaration) 
Public Overridable Property FixedPointer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnTextPointerObject
Dim value As Boolean
 
instance.FixedPointer = value
 
value = instance.FixedPointer
C# 
public virtual bool FixedPointer {get; set;}
Managed Extensions for C++ 
public: __property virtual bool get_FixedPointer();
public: __property virtual void set_FixedPointer( 
   bool value
);
C++/CLI 
public:
virtual property bool FixedPointer {
   bool get();
   void set (bool value);
}

Return Value

true if the pointer of this AnnTextPointerObject object is fixed; false otherwise.

Example

For an example, refer to AnnTextPointerObject.

Remarks

The position of the pointer is given in the PointerPosition property. The FixedPointer property determines what happens to the pointer when this AnnTextPointerObject object is transformed. For example, if the FixedPointer property is false, and this AnnTextPointerObject object gets translated by 10 pixels in both the X and Y directions, the PointerPosition value will be translated by 10 pixels in each direction as well. If the FixedPointer property is true however, any transformation on the object itself will not affect the PointerPosition value.
For more information, refer to Using Text in Annotation Object.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features